about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-13 21:49:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-13 21:49:52 +0000
commitc5492635d854eb33db8757113cecb6ff34aaf215 (patch)
treec451519ddfbe5c6eb55f92f125ad452660139586 /Doc
parent14ed1900875b6d15f13720379e80bde77d3798fc (diff)
downloadzsh-c5492635d854eb33db8757113cecb6ff34aaf215.tar.gz
zsh-c5492635d854eb33db8757113cecb6ff34aaf215.tar.xz
zsh-c5492635d854eb33db8757113cecb6ff34aaf215.zip
22873: typo in expn.yo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
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)