fix typo in doc
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Apr 2007 19:27:22 +0000 (19:27 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Apr 2007 19:27:22 +0000 (19:27 -0000)
docs/nofork_noexec.txt

index d54f196429241697e7593ae7383c06417432fd2a..51bbcba3be071e7b1443fcf3095f69ffa581ecdc 100644 (file)
@@ -2,7 +2,7 @@
 
 Unix shells traditionally execute some commands internally in the attempt
 to dramatically speed up execution. It will be slow as hell if for every
-"echo blah" shell with fork and exec /bin/echo. For this end, shells
+"echo blah" shell will fork and exec /bin/echo. For this end, shells
 have to _reimplement_ these commands internally.
 
 Busybox is unique in this regard because it already is a collection