1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

Fix typos reported by codespell in Src/

This commit is contained in:
Mikael Magnusson 2020-01-09 14:38:30 +01:00
parent 11dbe4c286
commit e6fa0b3b65
4 changed files with 4 additions and 4 deletions

View file

@ -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 {