1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

unposted: Typo fix.

This commit is contained in:
Daniel Shahaf 2015-08-04 10:41:20 +00:00
parent d90f92194f
commit 32669e77f4
2 changed files with 5 additions and 1 deletions

View file

@ -2360,7 +2360,7 @@ typeset_single(char *cname, char *pname, Param pm, UNUSED(int func),
on = pm->node.flags;
} else {
zerrnam(cname,
"%s: i1;nconsistent array element or slice assignment", pname);
"%s: inconsistent array element or slice assignment", pname);
return NULL;
}
}