aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-27 21:30:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-27 21:30:39 +0000
commitd498850e02861ac4422f9a1e88deb8dec2c34887 (patch)
tree811451d47b20b6bbc4f650651cca33fd78c4cb2a
parent6214941a3a8a42435780ddeedbbe8937c23918fd (diff)
downloadbusybox-w32-d498850e02861ac4422f9a1e88deb8dec2c34887.tar.gz
busybox-w32-d498850e02861ac4422f9a1e88deb8dec2c34887.tar.bz2
busybox-w32-d498850e02861ac4422f9a1e88deb8dec2c34887.zip
- typo in documentation
-rw-r--r--findutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 9bb73d3f3..d69a2385b 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -146,7 +146,7 @@ config FEATURE_FIND_DELETE
146 default n 146 default n
147 depends on FIND && FEATURE_FIND_DEPTH 147 depends on FIND && FEATURE_FIND_DEPTH
148 help 148 help
149 Support the 'find -delete' option for deleting files and direcotries. 149 Support the 'find -delete' option for deleting files and directories.
150 WARNING: This option can do much harm if used wrong. Busybox will not 150 WARNING: This option can do much harm if used wrong. Busybox will not
151 try to protect the user from doing stupid things. Use with care. 151 try to protect the user from doing stupid things. Use with care.
152 152