- typo in documentation
diff --git a/findutils/Config.in b/findutils/Config.in
index 9bb73d3..d69a238 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -146,7 +146,7 @@
 	default n
 	depends on FIND && 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.