diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Src/builtin.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 373ff3cd7..a135c650a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, 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; } } |