about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
commit72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch)
treefa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Doc/Zsh/expn.yo
parenta88f38b2c4e0585d2159973b6e6df13019d66006 (diff)
downloadzsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz
zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz
zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-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 1bace49c3..6ac348605 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -809,7 +809,7 @@ item(tt(@))(
 In double quotes, array elements are put into separate words.
 E.g., `tt("${(@)foo}")' is equivalent to `tt("${foo[@]}")' and
 `tt("${(@)foo[1,2]}")' is the same as `tt("$foo[1]" "$foo[2]")'.
-This is distinct from em(field splitting) by the the tt(f), tt(s)
+This is distinct from em(field splitting) by the tt(f), tt(s)
 or tt(z) flags, which still applies within each array element.
 )
 item(tt(A))(