about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-07-07 08:33:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-07-07 08:33:27 +0000
commit11715a9cd832ace6a852fac64ed908cc04de89a6 (patch)
treef18adcfae6f3e5ffb503c9692f0e17ea35c40a2b /Src/Zle
parentcd56448c8e1117d67d05f783ea321181ff2178c4 (diff)
downloadzsh-11715a9cd832ace6a852fac64ed908cc04de89a6.tar.gz
zsh-11715a9cd832ace6a852fac64ed908cc04de89a6.tar.xz
zsh-11715a9cd832ace6a852fac64ed908cc04de89a6.zip
25267: ambiguous pattern matching fix: missing log
25269: Frank Terbeck: typo
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/compcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c
index eca70f312..e66cf8890 100644
--- a/Src/Zle/compcore.c
+++ b/Src/Zle/compcore.c
@@ -2280,7 +2280,7 @@ addmatches(Cadata dat, char **argv)
 	} else {
 	    /*
 	     * (This is called a "comment".  Given you've been
-	     * spending your time reading the completion time, you
+	     * spending your time reading the completion code, you
 	     * may have forgotten what one is.  It's used to deconfuse
 	     * the poor so-and-so who's landed up having to maintain
 	     * the code.)