summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/expn.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 431a4c8d7..1c0143958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 22873: Larry P. Shrof: Doc/Zsh/expn.yo: typo.
+
 2006-10-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 22860: Completion/Unix/Command/_tar: allow - before first
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index b840f62f0..6aa31c76a 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -662,7 +662,7 @@ If the tt(MULTIBYTE) option is set and the number is greater than 127
 (i.e. not an ASCII character) it is treated as a Unicode character.
 )
 item(tt(%))(
-Expand all tt(%) escapes in the resulting words in the same way as in in
+Expand all tt(%) escapes in the resulting words in the same way as in
 prompts (see noderef(Prompt Expansion)). If this flag is given twice,
 full prompt expansion is done on the resulting words, depending on the
 setting of the tt(PROMPT_PERCENT), tt(PROMPT_SUBST) and tt(PROMPT_BANG)