about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-08-10 13:27:41 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-08-10 13:27:41 +0200
commit1973bbd1257d6b83b5c8f061571b963b22b35ffd (patch)
tree8b8f5bfe5bf4241de046d40c0eb2b4627a980d37 /Doc
parent349fe907cb57ade811cab1096a6171dcc78e561d (diff)
downloadzsh-1973bbd1257d6b83b5c8f061571b963b22b35ffd.tar.gz
zsh-1973bbd1257d6b83b5c8f061571b963b22b35ffd.tar.xz
zsh-1973bbd1257d6b83b5c8f061571b963b22b35ffd.zip
unposted: Fix typo in Doc/Zsh/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 9bff013f9..d01d804d2 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2001,7 +2001,7 @@ except that recursive directory searching is not supported.)
 )
 item(tt(PLUS()LPAR())...tt(RPAR()))(
 Match at least one occurrence.  (Like `tt(LPAR())...tt(RPAR()##)',
-except that recursive directory searching is not supported..)
+except that recursive directory searching is not supported.)
 )
 item(tt(?LPAR())...tt(RPAR()))(
 Match zero or one occurrence.  (Like `tt(LPAR()|)...tt(RPAR())'.)