1
0
Fork 0
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:
Barton E. Schaefer 2015-09-29 13:36:43 -07:00
parent d07783628e
commit a5a6c58ff8

View file

@ -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);