aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/zbad2
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-10 16:00:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-10 16:00:30 +0000
commit0ef240d979b0ffcad104a6844cee4c72640844f5 (patch)
tree907c81192061c4b33767c2ace918464cb53889af /shell/hush_test/zbad2
parent05743d79496cf96e9f6f645b6bbc165d51e6aa5c (diff)
downloadbusybox-0ef240d979b0ffcad104a6844cee4c72640844f5.tar.gz
hush: small fixes to docs/testsuite
Diffstat (limited to 'shell/hush_test/zbad2')
-rw-r--r--shell/hush_test/zbad22
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/zbad2 b/shell/hush_test/zbad2
index c30fa85a0..b6fffe59e 100644
--- a/shell/hush_test/zbad2
+++ b/shell/hush_test/zbad2
@@ -9,7 +9,7 @@
## hush does globbing for "VAR=val" too!
## it should do it only for non-assignments.
-## even if word looks like assignment, it can be non-assignemnt:
+## even if word looks like assignment, it can be non-assignment:
## ZVAR=*.map /bin/echo ZVAR=*.map
## ^dont_glob ^glob