- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\.  /. /g;# (me)
diff --git a/libbb/Config.in b/libbb/Config.in
index 5bf0d2e..f5b804f 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -62,7 +62,7 @@
 	default n
 	depends on FEATURE_EDITING
 	help
-	  Enable vi-style line editing.  In shells, this mode can be
+	  Enable vi-style line editing. In shells, this mode can be
 	  turned on and off with "set -o vi" and "set +o vi".
 
 config FEATURE_EDITING_HISTORY