typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 23:49:06 +0000 (01:49 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 23:49:06 +0000 (01:49 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush_test/hush-misc/nommu3.tests

index 0aca67a673b9a51c2a585b259329914e94fa6213..ac82a6a115a30e39acb220ed02f20219e03caf3c 100755 (executable)
@@ -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
 }