diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-03 19:02:50 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-03 19:02:50 +0000 |
commit | 7a80eae0146fdc6f3199dfed2336310b34d31764 (patch) | |
tree | ddca7ac5e8adcb0241f97df9504b182cd0971759 /shell | |
parent | 6f4b7da54922c1224a3d77648c42849ef3967ae4 (diff) | |
download | busybox-w32-7a80eae0146fdc6f3199dfed2336310b34d31764.tar.gz busybox-w32-7a80eae0146fdc6f3199dfed2336310b34d31764.tar.bz2 busybox-w32-7a80eae0146fdc6f3199dfed2336310b34d31764.zip |
Typo fixes brought to you by the letters a, l, and Robert P. Day.
git-svn-id: svn://busybox.net/trunk/busybox@14439 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index 5ee5ebb89..fd73b156e 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -226,7 +226,7 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL | |||
226 | busybox to use the ifconfig busybox applet. Specifying the fully | 226 | busybox to use the ifconfig busybox applet. Specifying the fully |
227 | qualified executable name, such as '/sbin/ifconfig' will still | 227 | qualified executable name, such as '/sbin/ifconfig' will still |
228 | execute the /sbin/ifconfig executable on the filesystem. This option | 228 | execute the /sbin/ifconfig executable on the filesystem. This option |
229 | is generally used when creating a staticly linked version of busybox | 229 | is generally used when creating a statically linked version of busybox |
230 | for use as a rescue shell, in the event that you screw up your system. | 230 | for use as a rescue shell, in the event that you screw up your system. |
231 | 231 | ||
232 | Note that when using this option, the shell will attempt to directly | 232 | Note that when using this option, the shell will attempt to directly |