- add grep for typo s/algorithic/algorithmic/g
This commit is contained in:
parent
54f75ee300
commit
9b68dbd878
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user