commit | 9b68dbd878e1afcc819eceac51b1866a11ed1cac | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Apr 18 08:44:19 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Apr 18 08:44:19 2006 +0000 |
tree | d4f026b71b1c7c57b8c8cc7fea98958a0e336bab | |
parent | 54f75ee3001539b9b7a371b513a5f333789d1ab0 [diff] |
- add grep for typo s/algorithic/algorithmic/g
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index 83b4bd5..b18470c 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests
@@ -46,6 +46,7 @@ -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