diff options
author | Rob Landley <rob@landley.net> | 2006-03-03 19:02:50 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-03-03 19:02:50 +0000 |
commit | 06ec8cff83bf7c71b66027b28f7873f7e3b95eba (patch) | |
tree | ddca7ac5e8adcb0241f97df9504b182cd0971759 /shell | |
parent | cbd1c857440347df90810fe93569db959096b9c5 (diff) | |
download | busybox-06ec8cff83bf7c71b66027b28f7873f7e3b95eba.tar.gz |
Typo fixes brought to you by the letters a, l, and Robert P. Day.
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 busybox to use the ifconfig busybox applet. Specifying the fully qualified executable name, such as '/sbin/ifconfig' will still execute the /sbin/ifconfig executable on the filesystem. This option - is generally used when creating a staticly linked version of busybox + is generally used when creating a statically linked version of busybox for use as a rescue shell, in the event that you screw up your system. Note that when using this option, the shell will attempt to directly |