- 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 83b4bd507d7e18029ab9fee0a71ac0909073a27b..b18470c5d61dff643ad2c820349146da689dc2c1 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