about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-03 15:15:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-03 15:15:03 +0000
commit2276cc6b33fb86178bbdb316c33478f5bfd71341 (patch)
treee10c2ac050673f0cd905f1b203efef5bc1423a9e
parentaa0381bd2b64ad6ea1e24110c1c2ec6773f9288e (diff)
downloadzsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.tar.gz
zsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.tar.xz
zsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.zip
11126: typos
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/expn.yo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d96c532..a867c59a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-03  Peter Stephenson  <pws@cambridgesiliconradio.com>
+
+	* 11126: Doc/Zsh/expn.yo: typos in 11117.
+
 2000-05-03  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
 	* 11121: Completion/User/_fakeroot, Completion/User/_rlogin,
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index c0e525067..c0a58690a 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -680,9 +680,9 @@ item(tt(z))(
 Split the result of the expansion into words using shell parsing to
 find the words, i.e. taking into account any quoting in the value.
 
-Note that this is done very lately, as for the `tt((s))' flag. So to
+Note that this is done very late, as for the `tt((s))' flag. So to
 access single words in the result, one has to use nested expansions as 
-in `tt(${${(z)foo}[2]}'. Likewise, to remove the quotes in the
+in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the
 resulting words one would do: `tt(${(Q)${(z)foo}})'.
 )
 item(tt(t))(