- add typo s/deamon/daemon/g

This commit is contained in:
Bernhard Reutner-Fischer 2006-04-18 11:15:19 +00:00
parent ea46f456d4
commit 074fe347b7

View File

@ -47,6 +47,7 @@ find $srcdir/../ \
-e '\<readed\>' \
-e '\<formated\>' \
-e '\<algorithic\>' \
-e '\<deamon\>' \
| sed -e "s:^$srcdir/\.\./::g" > src.typos
testing "Common typos" "cat src.typos" "" "" ""
rm -f src.typos