aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-07-08 05:47:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-07-08 05:47:49 +0200
commitb5de0c12d6f1803ed6d161c9a56aab99412d3b97 (patch)
treedbaff83b9012828e1b6e51c9d45bb32c777e0505 /README
parent4dc35fb5b6b574552a432622274941a6e4c67476 (diff)
downloadbusybox-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.gz
typo fixes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a3a725a5d..b940e357a 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ Using busybox:
run (I.E. "./busybox ls -l /proc").
The "standalone shell" mode is an easy way to try out busybox; this is a
- command shell that calls the builtin applets without needing them to be
+ command shell that calls the built-in applets without needing them to be
installed in the path. (Note that this requires /proc to be mounted, if
testing from a boot floppy or in a chroot environment.)
@@ -169,7 +169,7 @@ Portability:
MacOS X, Solaris, Cygwin, or the BSD Fork Du Jour). This generally involves
a different kernel and a different C library at the same time. While it
should be possible to port the majority of the code to work in one of
- these environments, don't be suprised if it doesn't work out of the box. If
+ these environments, don't be surprised if it doesn't work out of the box. If
you're into that sort of thing, start small (selecting just a few applets)
and work your way up.