aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 14:17:49 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 14:17:49 +0000
commite99562416a0bec40704aeaf979bfdc99773aa402 (patch)
tree79224966cbe20fc78a836d04e86526f5dc9d7058 /testsuite/all_sourcecode.tests
parentee027d79e06afd16b41cf23912d33f9a076dfa8c (diff)
downloadbusybox-w32-e99562416a0bec40704aeaf979bfdc99773aa402.tar.gz
busybox-w32-e99562416a0bec40704aeaf979bfdc99773aa402.tar.bz2
busybox-w32-e99562416a0bec40704aeaf979bfdc99773aa402.zip
- typo: s/derefernce/dereference/g
Thanks to P.J. Day. git-svn-id: svn://busybox.net/trunk/busybox@14914 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/all_sourcecode.tests')
-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 dd92426da..976f30887 100755
--- a/testsuite/all_sourcecode.tests
+++ b/testsuite/all_sourcecode.tests
@@ -48,6 +48,7 @@ find $srcdir/../ \
48 -e '\<formated\>' \ 48 -e '\<formated\>' \
49 -e '\<algorithic\>' \ 49 -e '\<algorithic\>' \
50 -e '\<deamon\>' \ 50 -e '\<deamon\>' \
51 -e '\<derefernce\>' \
51 | sed -e "s:^$srcdir/\.\./::g" > src.typos 52 | sed -e "s:^$srcdir/\.\./::g" > src.typos
52testing "Common typos" "cat src.typos" "" "" "" 53testing "Common typos" "cat src.typos" "" "" ""
53rm -f src.typos 54rm -f src.typos