summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/compwid.yo
diff options
context:
space:
mode:
authorLawrence Velázquez <larryv@zsh.org>2025-06-11 22:41:27 -0400
committerOliver Kiddle <opk@zsh.org>2025-11-12 08:30:16 +0100
commit87fa6d7f055f97eb027f213a8234e2e74f0a02c0 (patch)
tree1e7eb922cdf2a4b76752201268fd2851df7218ba /Doc/Zsh/compwid.yo
parent54071: fix prompt colour completion (diff)
downloadzsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.gz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.bz2
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.lz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.xz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.zst
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.zip
53775: Fix some documentation typos
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r--Doc/Zsh/compwid.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index ee65f468e..cff46fb29 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -944,7 +944,7 @@ The patterns before the `tt(=)' are used to match substrings of the current
word. For each matched substring, the corresponding part of the match pattern
is broadened with the pattern after the `tt(=)', by means of a logical tt(OR).
-Each pattern in a matcher cosists of either
+Each pattern in a matcher consists of either
startitemize()
itemiz(the empty string or)
@@ -1103,7 +1103,7 @@ anchors, below), then var(match-pat) may also be `tt(*)' or `tt(**)'. `tt(*)'
can match any part of a completion that does not contain any substrings
matching var(anchor), whereas a `tt(**)' can match any part of a completion,
period. (Note that this is different from the behavior of `tt(*)' in the
-anchorless forms of `tt(l:)' and `tt(r:)' and and also different from `tt(*)'
+anchorless forms of `tt(l:)' and `tt(r:)' and also different from `tt(*)'
and `tt(**)' in glob expressions.)
startitem()