about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 312e9139a..4adc09d44 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -288,7 +288,7 @@ Note the same record of the last var(l) and var(r) is maintained
 across all forms of expansion.
 
 If the option tt(HIST_SUBST_PATTERN) is set, var(l) is treated as
-a pattern of the usual form desribed in
+a pattern of the usual form described in
 ifzman(the section FILENAME GENERATION below)\
 ifnzman(noderef(Filename Generation)).  This can be used in
 all the places where modifiers are available; note, however, that
@@ -298,7 +298,7 @@ they are replaced at the correct time.
 Note also that complicated patterns used in globbing qualifiers may
 need the extended glob qualifier notation
 tt(LPAR()#q:s/)var(...)tt(/)var(...)tt(/RPAR()) in order for the
-shell to recognize the expression as a glob qualifer.  Further,
+shell to recognize the expression as a glob qualifier.  Further,
 note that bad patterns in the substitution are not subject to
 the tt(NO_BAD_PATTERN) option so will cause an error.