aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/all_sourcecode.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests
index 83b4bd507..b18470c5d 100755
--- a/testsuite/all_sourcecode.tests
+++ b/testsuite/all_sourcecode.tests
@@ -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