X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=b940e357a7395e5c992045239503cc7b7ede9fc1;hb=8b59b2c13ededb2c82e36193b6d6e969df36531c;hp=a3a725a5dfeab86d024269068af94220dbc1c0e3;hpb=96693637403f59cd23af57f123f3543ba06dee0a;p=oweals%2Fbusybox.git 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.