diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 14:17:49 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 14:17:49 +0000 |
commit | 18260d5099a8791f4af3bbf97e0c11f8755d233b (patch) | |
tree | 79224966cbe20fc78a836d04e86526f5dc9d7058 /testsuite | |
parent | 0c013f5fc7abbc10265b26c214b33a25c65bd16f (diff) | |
download | busybox-18260d5099a8791f4af3bbf97e0c11f8755d233b.tar.gz |
- typo: s/derefernce/dereference/g
Thanks to P.J. Day.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/all_sourcecode.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index dd92426da..976f30887 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -48,6 +48,7 @@ find $srcdir/../ \ -e '\<formated\>' \ -e '\<algorithic\>' \ -e '\<deamon\>' \ + -e '\<derefernce\>' \ | sed -e "s:^$srcdir/\.\./::g" > src.typos testing "Common typos" "cat src.typos" "" "" "" rm -f src.typos |