-irrelevant typos
[oweals/gnunet.git] / bin / pogen.sh
index e0b664ce6a0a26afd4cbb79e9d0452027cfa1716..453e0b1d888a72f0bc9de43742a0414f34093d47 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# This scipt is in the public domain.
+# This script is in the public domain.
 find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v _old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
 grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in