aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/findutils/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
committerNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
commite7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch)
tree04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/findutils/Config.in
parentb90bd689a2df064438cc7b270270f322136aa7b2 (diff)
downloadupstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/findutils/Config.in')
-rw-r--r--package/busybox/config/findutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in
index 54ef44e178..991b97fac5 100644
--- a/package/busybox/config/findutils/Config.in
+++ b/package/busybox/config/findutils/Config.in
@@ -146,7 +146,7 @@ config BUSYBOX_CONFIG_FEATURE_FIND_DELETE
default n
depends on BUSYBOX_CONFIG_FIND && BUSYBOX_CONFIG_FEATURE_FIND_DEPTH
help
- Support the 'find -delete' option for deleting files and direcotries.
+ Support the 'find -delete' option for deleting files and directories.
WARNING: This option can do much harm if used wrong. Busybox will not
try to protect the user from doing stupid things. Use with care.