Browse Source

Typo fix in testdup.sh

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Yury V. Zaytsev 14 years ago
parent
commit
462be175fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      maint/testdup.sh

+ 2 - 2
maint/testdup.sh

@@ -1,11 +1,11 @@
 #!/bin/sh
 
-echo "test lib/*"
+echo "test src/*"
 for i in `find src -name '*.[ch]'`; do
     ./maint/dupincludes.pl $i
 done
 
-echo "test srs/*"
+echo "test lib/*"
 for i in `find lib -name '*.[ch]'`; do
     ./maint/dupincludes.pl $i
 done