mirror of https://github.com/mirror/busybox.git
- add grep for typo s/algorithic/algorithmic/g
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