diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
commit | 88c916bdec7d444198f067529637b4a616ad3efe (patch) | |
tree | 12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /miscutils | |
parent | 951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff) | |
download | busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.bz2 busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.zip |
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)
I also improved some wording to describe some things in a better way.
Many thanks for an incredible piece of software!
Andreas Mohr, random OSS developer
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index fa6ea7f68..0afdadb71 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -24,7 +24,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL | |||
24 | default n | 24 | default n |
25 | depends on CONFIG_CROND | 25 | depends on CONFIG_CROND |
26 | help | 26 | help |
27 | Support call /usr/sbin/sendmail for send cmd outputs. | 27 | Support calling /usr/sbin/sendmail for send cmd outputs. |
28 | 28 | ||
29 | config CONFIG_CRONTAB | 29 | config CONFIG_CRONTAB |
30 | bool "crontab" | 30 | bool "crontab" |
@@ -138,7 +138,7 @@ config CONFIG_MT | |||
138 | bool "mt" | 138 | bool "mt" |
139 | default n | 139 | default n |
140 | help | 140 | help |
141 | Mt is used to control tape devices. You can use the mt utility | 141 | mt is used to control tape devices. You can use the mt utility |
142 | to advance or rewind a tape past a specified number of archive | 142 | to advance or rewind a tape past a specified number of archive |
143 | files on the tape. | 143 | files on the tape. |
144 | 144 | ||
@@ -146,7 +146,7 @@ config CONFIG_STRINGS | |||
146 | bool "strings" | 146 | bool "strings" |
147 | default n | 147 | default n |
148 | help | 148 | help |
149 | Strings prints the printable character sequences for each file | 149 | strings prints the printable character sequences for each file |
150 | specified. | 150 | specified. |
151 | 151 | ||
152 | config CONFIG_TIME | 152 | config CONFIG_TIME |
@@ -161,7 +161,7 @@ config CONFIG_WATCHDOG | |||
161 | bool "watchdog" | 161 | bool "watchdog" |
162 | default n | 162 | default n |
163 | help | 163 | help |
164 | The watchdog utility is used with hardware or softwate watchdog | 164 | The watchdog utility is used with hardware or software watchdog |
165 | device drivers. It opens the specified watchdog device special file | 165 | device drivers. It opens the specified watchdog device special file |
166 | and periodically writes a magic character to the device. If the | 166 | and periodically writes a magic character to the device. If the |
167 | watchdog applet ever fails to write the magic character within a | 167 | watchdog applet ever fails to write the magic character within a |