[BusyBox-cvs] busybox/findutils Config.in,1.8,1.9
Erik Andersen
andersen at busybox.net
Wed Oct 22 09:58:23 UTC 2003
Update of /var/cvs/busybox/findutils
In directory winder:/tmp/cvs-serv10852/findutils
Modified Files:
Config.in
Log Message:
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
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/findutils/Config.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Config.in 10 Oct 2003 23:15:22 -0000 1.8
+++ Config.in 22 Oct 2003 09:58:17 -0000 1.9
@@ -39,7 +39,7 @@
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 @@
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 @@
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.
More information about the busybox-cvs
mailing list