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:
parent
11dbe4c286
commit
e6fa0b3b65
4 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue