1
0
Fork 0
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:
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

@ -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,

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;
}
}