[git commit] typo fix
Denys Vlasenko
vda.linux at googlemail.com
Mon Oct 12 23:49:06 UTC 2015
commit: http://git.busybox.net/busybox/commit/?id=450a367a11283d44811b8eec33afe5fa00a95f5f
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
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 0aca67a..ac82a6a 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
}
More information about the busybox-cvs
mailing list