From 7ca2e97c14cd7927c1ee688880884a2bd152fc68 Mon Sep 17 00:00:00 2001
From: Peter Stephenson
Date: Wed, 13 Sep 2017 20:58:55 +0100
Subject: unposted: typo in doc just committed
---
ChangeLog | 2 ++
Doc/Zsh/params.yo | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 15e331c90..74bc2cbd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-09-13 Peter Stephenson
+ * unposted: typo in proceeding Doc noticed by Oliver.
+
* 41698: Doc/Zsh/params.yo, Src/builtin.c, Src/exec.c,
Src/params.c, Src/zsh.h, Test/B02typeset.ztst,
Test/D04parameter.ztst: add ([key]=val) assignment syntax.
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 31266a7d0..33e9fd69a 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -101,7 +101,7 @@ which a value is assigned will be assigned an empty string. The indices
may be in any order. Note that this syntax is strict: tt([) and tt(]=) must
not be quoted, while var(key) may not consist of the unquoted string
tt(]=), but is otherwise treated as a simple string. Furthermore, all
-elements must match this form or an error is genereted; likewise, if the
+elements must match this form or an error is generated; likewise, if the
first entry does not match this form any later entry that does is taken
as a simple value rather than a key / value pair. The enhanced forms of
subscript expression that may be used when directly subscripting a
--
cgit v1.2.3