aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 11:15:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-18 11:15:19 +0000
commit074fe347b7d8c4ce48f721c170822420a58b4d35 (patch)
tree4a4ed30f51dcd1adf111d8ac8a39b8169f65511d /testsuite/all_sourcecode.tests
parentea46f456d494dec23f8ec85ba79db9747736993f (diff)
downloadbusybox-074fe347b7d8c4ce48f721c170822420a58b4d35.tar.gz
- add typo s/deamon/daemon/g
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/../ \
-e '\<readed\>' \
-e '\<formated\>' \
-e '\<algorithic\>' \
+ -e '\<deamon\>' \
| sed -e "s:^$srcdir/\.\./::g" > src.typos
testing "Common typos" "cat src.typos" "" "" ""
rm -f src.typos