summaryrefslogtreecommitdiff
path: root/Completion/Core/compinit
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-03-12 17:39:22 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-03-12 17:39:22 +0000
commitf18221fbb016e91df7234cbcfd34affa140ebb58 (patch)
tree9f2dcd6040427b5722c1a0fb0222f6e9463af95f /Completion/Core/compinit
parentffe07b38293f4e10fcdd52dc4a846706fd9788e6 (diff)
downloadzsh-f18221fbb016e91df7234cbcfd34affa140ebb58.tar.gz
zsh-f18221fbb016e91df7234cbcfd34affa140ebb58.zip
spelling corrections (13610)
Diffstat (limited to 'Completion/Core/compinit')
-rw-r--r--Completion/Core/compinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Core/compinit b/Completion/Core/compinit
index 11f0719cf..172fafc03 100644
--- a/Completion/Core/compinit
+++ b/Completion/Core/compinit
@@ -109,7 +109,7 @@ done
typeset -gA _comps _services _patcomps _postpatcomps _compautos
# The associative array use to report information about the last
-# cmpletion to the outside.
+# completion to the outside.
typeset -gA _lastcomp
@@ -165,7 +165,7 @@ comppostfuncs=()
# trying to find a function defined for the command on the line if no
# such function could be found.
# With the `-k' option a function for a special completion keys is
-# defined and immediatly bound to those keys. Here, the extra arguments
+# defined and immediately bound to those keys. Here, the extra arguments
# are the name of one of the builtin completion widgets and any number
# of key specifications as accepted by the `bindkey' builtin.
# In any case the `-a' option may be given which makes the function