about summary refs log tree commit diff
path: root/Doc/Zsh/cond.yo
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2019-12-04 21:31:12 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-04 21:31:17 +0000
commitbcde790c88e3ba03a0b60dc1e30a620a843d0f73 (patch)
treee029610a42829091d0146ced1b54f4615009bbf1 /Doc/Zsh/cond.yo
parent06dddd0b98da9fa285573b1a6e1a0ecc2d6c6bd4 (diff)
downloadzsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.gz
zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.tar.xz
zsh-bcde790c88e3ba03a0b60dc1e30a620a843d0f73.zip
44981: Fix some typos in the documentation.
Diffstat (limited to 'Doc/Zsh/cond.yo')
-rw-r--r--Doc/Zsh/cond.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/cond.yo b/Doc/Zsh/cond.yo
index 4ca132a26..000e576d0 100644
--- a/Doc/Zsh/cond.yo
+++ b/Doc/Zsh/cond.yo
@@ -138,7 +138,7 @@ tt(match) is set to the substrings that matched parenthesised
 subexpressions and the arrays tt(mbegin) and tt(mend) to the indices of
 the start and end positions, respectively, of the substrings within
 var(string).  The arrays are not set if there were no parenthesised
-subexpresssions.  For example, if the string `tt(a short string)' is matched
+subexpressions.  For example, if the string `tt(a short string)' is matched
 against the regular expression `tt(s+LPAR()...RPAR()t)', then (assuming the
 option tt(KSH_ARRAYS) is not set) tt(MATCH), tt(MBEGIN)
 and tt(MEND) are `tt(short)', tt(3) and tt(7), respectively, while tt(match),