aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-22 09:58:56 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-22 09:58:56 +0000
commit88c916bdec7d444198f067529637b4a616ad3efe (patch)
tree12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /findutils
parent951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff)
downloadbusybox-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz
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 'findutils')
-rw-r--r--findutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index da8017af6..a432ad876 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -39,7 +39,7 @@ config CONFIG_FEATURE_FIND_XDEV
default y
depends on CONFIG_FIND
help
- This option will restrict find to a single
+ This option will allow find to restrict searches to a single
filesystem.
config CONFIG_FEATURE_FIND_NEWER
@@ -55,7 +55,7 @@ config CONFIG_FEATURE_FIND_INUM
default y
depends on CONFIG_FIND
help
- Support the 'fine -inum' option for searching by inode number.
+ Support the 'find -inum' option for searching by inode number.
config CONFIG_GREP
bool "grep"
@@ -77,7 +77,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
default y
depends on CONFIG_GREP
help
- fgrep sees the search pattern as a normal sting rather than
+ fgrep sees the search pattern as a normal string rather than
regular expressions.
grep -f is always builtin, this just creates the fgrep alias.