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 /init/Config.in | |
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 'init/Config.in')
-rw-r--r-- | init/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init/Config.in b/init/Config.in index eb4211386..22c6c5518 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -89,9 +89,8 @@ config CONFIG_MESG | |||
89 | bool "mesg" | 89 | bool "mesg" |
90 | default y | 90 | default y |
91 | help | 91 | help |
92 | Mesg controls the access to your terminal by others. It | 92 | Mesg controls access to your terminal by others. It is typically |
93 | is typically used to allow or disallow other users to write | 93 | used to allow or disallow other users to write to your terminal |
94 | to your terminal | ||
95 | 94 | ||
96 | endmenu | 95 | endmenu |
97 | 96 | ||