- add grep for typo s/algorithic/algorithmic/g
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 18 Apr 2006 08:44:19 +0000 (08:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 18 Apr 2006 08:44:19 +0000 (08:44 -0000)
testsuite/all_sourcecode.tests

index 83b4bd5..b18470c 100755 (executable)
@@ -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