aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-22 09:58:56 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-22 09:58:56 +0000
commitf5b2ef1fa680a60365df732e61ea814a492b3cdf (patch)
tree12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /findutils
parent78a5a53bc68f7134a33d6c9084648b6325974124 (diff)
downloadbusybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.gz
busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.bz2
busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.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 git-svn-id: svn://busybox.net/trunk/busybox@7692 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
39 default y 39 default y
40 depends on CONFIG_FIND 40 depends on CONFIG_FIND
41 help 41 help
42 This option will restrict find to a single 42 This option will allow find to restrict searches to a single
43 filesystem. 43 filesystem.
44 44
45config CONFIG_FEATURE_FIND_NEWER 45config CONFIG_FEATURE_FIND_NEWER
@@ -55,7 +55,7 @@ config CONFIG_FEATURE_FIND_INUM
55 default y 55 default y
56 depends on CONFIG_FIND 56 depends on CONFIG_FIND
57 help 57 help
58 Support the 'fine -inum' option for searching by inode number. 58 Support the 'find -inum' option for searching by inode number.
59 59
60config CONFIG_GREP 60config CONFIG_GREP
61 bool "grep" 61 bool "grep"
@@ -77,7 +77,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
77 default y 77 default y
78 depends on CONFIG_GREP 78 depends on CONFIG_GREP
79 help 79 help
80 fgrep sees the search pattern as a normal sting rather than 80 fgrep sees the search pattern as a normal string rather than
81 regular expressions. 81 regular expressions.
82 grep -f is always builtin, this just creates the fgrep alias. 82 grep -f is always builtin, this just creates the fgrep alias.
83 83