about summary refs log tree commit diff
path: root/Completion/Base/Utility/_multi_parts
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Base/Utility/_multi_parts
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Completion/Base/Utility/_multi_parts')
-rw-r--r--Completion/Base/Utility/_multi_parts6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Base/Utility/_multi_parts b/Completion/Base/Utility/_multi_parts
index d0e69b990..2c9f7fb01 100644
--- a/Completion/Base/Utility/_multi_parts
+++ b/Completion/Base/Utility/_multi_parts
@@ -46,7 +46,7 @@ opre="$PREFIX"
 osuf="$SUFFIX"
 orig="$PREFIX$SUFFIX"
 
-# Special handling for menucompletion?
+# Special handling for menu completion?
 
 [[ $compstate[insert] = (*menu|[0-9]*) || -n "$_comp_correct" ||
    ( $#compstate[pattern_match] -ne 0 &&
@@ -149,8 +149,8 @@ while true; do
       if ! zstyle -t ":completion:${curcontext}:" expand suffix ||
          [[ -n "$menu" || -z "$compstate[insert]" ]]; then
 
-        # With menucompletion we add only the ambiguous component with
-        # the prefix collected and a spearator for the matches that
+        # With menu completion we add only the ambiguous component with
+        # the prefix collected and a separator for the matches that
         # have more components.
 
         tmp2="$pre$suf"