about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-01-09 14:38:30 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-01-09 14:49:55 +0100
commite6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 (patch)
treeeb9180867341709448411345a9396014e373307d /Src/Zle
parent11dbe4c286330f81fae5ac6d5f698f5ddb748710 (diff)
downloadzsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.gz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.xz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.zip
Fix typos reported by codespell in Src/
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/compmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c
index 1cdbb8a48..cc4c3eca9 100644
--- a/Src/Zle/compmatch.c
+++ b/Src/Zle/compmatch.c
@@ -1399,7 +1399,7 @@ pattern_match_restrict(Cpattern p, Cpattern wp, convchar_t *wsc, int wsclen,
 	if (prestrict->tp == CPAT_CHAR) {
 	    /*
 	     * Easy case: restricted to an exact character on
-	     * the line.  Procede as normal.
+	     * the line.  Proceed as normal.
 	     */
 	    c = prestrict->u.chr;
 	} else {