- add grep for typo s/algorithic/algorithmic/g

This commit is contained in:
Bernhard Reutner-Fischer 2006-04-18 08:44:19 +00:00
parent 54f75ee300
commit 9b68dbd878

View File

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