about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-07-08 22:21:42 +0200
committerOliver Kiddle <opk@zsh.org>2016-07-08 22:21:42 +0200
commitfc286168edac8c0b5fb9e8ec6226d4c77bcde79f (patch)
tree4d1c0e4cb8865952b7046348a90259a1a5a0665f /Doc/Zsh/compsys.yo
parentc135c416b2ecab332b1fb10d164d426e78ccd6ac (diff)
downloadzsh-fc286168edac8c0b5fb9e8ec6226d4c77bcde79f.tar.gz
zsh-fc286168edac8c0b5fb9e8ec6226d4c77bcde79f.tar.xz
zsh-fc286168edac8c0b5fb9e8ec6226d4c77bcde79f.zip
unposted: fix duplicated words
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index fb0abcef3..8792324e5 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3817,7 +3817,7 @@ form below, the var(action) will be executed by calling the
 tt(_all_labels) function to process all tag labels.  No special handling
 of tags is needed unless a function call introduces a new one.
 
-The functions called to execute var(action)s will be called with the the
+The functions called to execute var(action)s will be called with the
 elements of the array named by the `tt(-O) var(name)' option as arguments.
 This can be used, for example, to pass the same set of options for the
 tt(compadd) builtin to all var(action)s.