about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-17 17:10:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-17 17:10:47 +0000
commitc9a70e18fdfc945affe88516ae014f3e8a81dfea (patch)
tree3a5119d048bf784ed63e630adf754dcee85663fe /Doc/Zsh/params.yo
parenta9421446d26c7b67f238082fd8a643f398f556fd (diff)
downloadzsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.tar.gz
zsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.tar.xz
zsh-c9a70e18fdfc945affe88516ae014f3e8a81dfea.zip
Štěpán Němec: 28533: typos
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 5d85f58e3..d0255af5a 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -900,7 +900,7 @@ If set, is treated as a pattern during spelling correction.  Any
 potential correction that matches the pattern is ignored.  For example,
 if the value is `tt(_*)' then completion functions (which, by
 convention, have names beginning with `tt(_)') will never be offered
-as spelling corrections.  The pattern does not apply the correction
+as spelling corrections.  The pattern does not apply to the correction
 of file names, as applied by the tt(CORRECT_ALL) option (so with the
 example just given files beginning with `tt(_)' in the current
 directory would still be completed).