about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-06-13 15:59:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-06-13 15:59:59 +0000
commit27254b788f2ebeb4f6a2c7f308a9c774022070b0 (patch)
treed0cbc764f5a0f5f146db67114c11b53dee46d791 /Doc
parent92233c8029831f30f2b17557e76f82f3e3723089 (diff)
downloadzsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.tar.gz
zsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.tar.xz
zsh-27254b788f2ebeb4f6a2c7f308a9c774022070b0.zip
Mikael: 28027: typo
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 b2a2b59f0..ecb16c0d5 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1452,7 +1452,7 @@ length matched (16 in the example) is longer than that matched by any
 static name.
 
 The completion system calls `tt(zsh_directory_name c)' in order to
-completion dynamic names for directories.  The code for this should be
+complete dynamic names for directories.  The code for this should be
 as for any other completion function as described in
 ifnzman(noderef(Completion System))\
 ifzman(zmanref(zshcompsys)).