-irrelevant typos
[oweals/gnunet.git] / bin / grephdr.sh
index 203370b6c99cca6c0654ed016c763e6fa2e61cd2..dd9050335c4fbb2454fd678e4b98dee770b94d3b 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-# This scipt is in the public domain.
-# grepsrc.sh string  --- greps for string over all java files
+# This script is in the public domain.
+# grepsrc.sh string  --- greps for string over all header files
 find . -name "*.h" -print | grep -v "#" | xargs grep "$@"