mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
unposted: fix typo in comment.
This commit is contained in:
parent
d07783628e
commit
a5a6c58ff8
1 changed files with 1 additions and 1 deletions
|
@ -2482,7 +2482,7 @@ get_match_ret(Imatchdata imd, int b, int e)
|
|||
if (imeta(*p))
|
||||
add++;
|
||||
|
||||
/* Everything now refers to meatfied lengths. */
|
||||
/* Everything now refers to metafied lengths. */
|
||||
if (replstr || (fl & SUB_LIST)) {
|
||||
if (fl & SUB_DOSUBST) {
|
||||
replstr = dupstring(replstr);
|
||||
|
|
Loading…
Reference in a new issue