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:
parent
d90f92194f
commit
32669e77f4
2 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue