sh testsuite: sync ash-misc/source* and hush-misc/source*
[oweals/busybox.git] / 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
 }