From 56528ccb661d4985776234c89355a14093063534 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 29 May 2001 17:54:08 +0000 Subject: spelling corrections --- Completion/Base/Completer/_approximate | 2 +- Completion/Base/Completer/_menu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Base/Completer') 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: # -- cgit 1.4.1