aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 11:15:19 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 11:15:19 +0000
commit7e156b63fba6de8d74de2b65a45d59cd84c89ea4 (patch)
tree4a4ed30f51dcd1adf111d8ac8a39b8169f65511d /testsuite/all_sourcecode.tests
parentb5cb70418220d5466931f2ec0400599594f670fc (diff)
downloadbusybox-w32-7e156b63fba6de8d74de2b65a45d59cd84c89ea4.tar.gz
busybox-w32-7e156b63fba6de8d74de2b65a45d59cd84c89ea4.tar.bz2
busybox-w32-7e156b63fba6de8d74de2b65a45d59cd84c89ea4.zip
- add typo s/deamon/daemon/g
git-svn-id: svn://busybox.net/trunk/busybox@14911 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 b18470c5d..dd92426da 100755
--- a/testsuite/all_sourcecode.tests
+++ b/testsuite/all_sourcecode.tests
@@ -47,6 +47,7 @@ find $srcdir/../ \
47 -e '\<readed\>' \ 47 -e '\<readed\>' \
48 -e '\<formated\>' \ 48 -e '\<formated\>' \
49 -e '\<algorithic\>' \ 49 -e '\<algorithic\>' \
50 -e '\<deamon\>' \
50 | sed -e "s:^$srcdir/\.\./::g" > src.typos 51 | sed -e "s:^$srcdir/\.\./::g" > src.typos
51testing "Common typos" "cat src.typos" "" "" "" 52testing "Common typos" "cat src.typos" "" "" ""
52rm -f src.typos 53rm -f src.typos