mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
unposted: Typo fix.
This commit is contained in:
parent
d90f92194f
commit
32669e77f4
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2015-08-04 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Src/builtin.c: Typo fix.
|
||||
|
||||
2015-08-02 Daniel Hahler <zsh@thequod.de>
|
||||
|
||||
* 35970: Completion/Unix/Command/_git,
|
||||
|
|
|
|||
|
|
@ -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