about summary refs log tree commit diff
path: root/Completion/Base/Completer
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/Completer')
-rw-r--r--Completion/Base/Completer/_approximate2
-rw-r--r--Completion/Base/Completer/_menu2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Base/Completer/_approximate b/Completion/Base/Completer/_approximate
index 6e094cd45..70c2c926f 100644
--- a/Completion/Base/Completer/_approximate
+++ b/Completion/Base/Completer/_approximate
@@ -2,7 +2,7 @@
 
 # This code will try to correct the string on the line based on the
 # strings generated for the context. These corrected strings will be
-# shown in a list and one can cycle through them as in a menucompletion
+# shown in a list and one can cycle through them as in a menu completion
 # or get the corrected prefix.
 
 # We don't try correction if the string is too short or we have tried it
diff --git a/Completion/Base/Completer/_menu b/Completion/Base/Completer/_menu
index 41fc178ba..0e12cb766 100644
--- a/Completion/Base/Completer/_menu
+++ b/Completion/Base/Completer/_menu
@@ -2,7 +2,7 @@
 
 [[ _matcher_num -gt 1 ]] && return 1
 
-# This completer is an example showing how menucompletion can be
+# This completer is an example showing how menu completion can be
 # implemented with the new completion system.
 # Use this one before the normal _complete completer, as in:
 #