about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_files
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/Unix/Type/_path_files
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Completion/Unix/Type/_path_files')
-rw-r--r--Completion/Unix/Type/_path_files8
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files
index 6a30cf2b8..af8757c22 100644
--- a/Completion/Unix/Type/_path_files
+++ b/Completion/Unix/Type/_path_files
@@ -128,7 +128,7 @@ fi
 
 # Check if we have to skip over sequences of slashes. The value of $skips
 # is used below to match the pathname components we always have to accept
-# immediatly.
+# immediately.
 
 if zstyle -t ":completion:${curcontext}:paths" squeeze-slashes; then
   skips='((.|..|)/)##'
@@ -174,7 +174,7 @@ if [[ -n "$compstate[pattern_match]" &&
 fi
 
 # We get the prefix and the suffix from the line and save the whole
-# original string. Then we see if we will do menucompletion.
+# original string. Then we see if we will do menu completion.
 
 pre="$PREFIX"
 suf="$SUFFIX"
@@ -469,8 +469,8 @@ for prepath in "$prepaths[@]"; do
     # enough to handle multiple components with patterns.
 
     if (( tmp4 )); then
-      # It is. For menucompletion we now add the possible completions
-      # for this component with the unambigous prefix we have built
+      # It is. For menu completion we now add the possible completions
+      # for this component with the unambiguous prefix we have built
       # and the rest of the string from the line as the suffix.
       # For normal completion we add the rests of the filenames
       # collected as the suffixes to make the completion code expand