diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-08-04 10:41:20 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-08-04 10:41:25 +0000 |
commit | 32669e77f4c43dead3cbde9d7c76bf4ef2c9382c (patch) | |
tree | c99bfe88988c357e5b6ce5753b8db5b1d29b2c54 /Src | |
parent | d90f92194fe42973046b02da93f97f82d6a1aa13 (diff) | |
download | zsh-32669e77f4c43dead3cbde9d7c76bf4ef2c9382c.tar.gz zsh-32669e77f4c43dead3cbde9d7c76bf4ef2c9382c.tar.xz zsh-32669e77f4c43dead3cbde9d7c76bf4ef2c9382c.zip |
unposted: Typo fix.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c index e7976b51a..a08a7d468 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -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; } } |