aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-30 02:48:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-30 02:48:59 +0200
commit3a7034c27b7fa8f3f08e2ace769f165f46afa0e3 (patch)
treef7238271e574922b4bd06dd1768629a0be5293e1 /shell
parent1b34d4f0b1d634eb8219d52c693fa80b99ed1bfa (diff)
downloadbusybox-3a7034c27b7fa8f3f08e2ace769f165f46afa0e3.tar.gz
typo fix in a comment in a testcase. oh well...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rwxr-xr-xshell/hush_test/hush-trap/subshell.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-trap/subshell.tests b/shell/hush_test/hush-trap/subshell.tests
index b5d6094d6..4564c2ee2 100755
--- a/shell/hush_test/hush-trap/subshell.tests
+++ b/shell/hush_test/hush-trap/subshell.tests
@@ -11,7 +11,7 @@ trap 'bad: caught WINCH' WINCH
# With TERM we'll check whether it is reset
trap 'bad: caught TERM' TERM
-# using bash, becuase we don't have $PPID (yet)
+# using bash, because we don't have $PPID (yet)
(bash -c 'kill -HUP $PPID'; echo Ok)
(bash -c 'kill -QUIT $PPID'; echo Ok)
(bash -c 'kill -SYS $PPID'; echo Ok)