typo fix in a comment in a testcase. oh well...
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Sep 2009 00:48:59 +0000 (02:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Sep 2009 00:48:59 +0000 (02:48 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush_test/hush-trap/subshell.tests

index b5d6094d6e8d8350be0adaf592a39aff3c497aa7..4564c2ee2e0d23c33654ba2ea7b940b5080cbcd5 100755 (executable)
@@ -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)