diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-13 01:49:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-13 01:49:06 +0200 |
commit | 450a367a11283d44811b8eec33afe5fa00a95f5f (patch) | |
tree | 4cc2d999dd465d66fcfa463632c1f167236b88e4 /shell/hush_test/hush-misc | |
parent | b5dabd9078492c6b3366bab57a51e070b83f9b45 (diff) | |
download | busybox-450a367a11283d44811b8eec33afe5fa00a95f5f.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc')
-rwxr-xr-x | shell/hush_test/hush-misc/nommu3.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/nommu3.tests b/shell/hush_test/hush-misc/nommu3.tests index 0aca67a67..ac82a6a11 100755 --- a/shell/hush_test/hush-misc/nommu3.tests +++ b/shell/hush_test/hush-misc/nommu3.tests @@ -7,7 +7,7 @@ func() pipe_to_func() { - # We had a NOMMU bug which caused "echo Ok |" part ot be lost + # We had a NOMMU bug which caused "echo Ok |" part to be lost echo Ok | func } |