about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-01 19:59:45 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-01 19:59:45 +0000
commit3c8d53036c7920ca06fc169ed6dc4126f28d2b58 (patch)
treeebe555178ef30abc645f21b426a3006569b43230 /Doc/Zsh/expn.yo
parent62806c1e14961668a2979223a415d714af95de20 (diff)
downloadzsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.gz
zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.xz
zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.zip
24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes from A. Costa.
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.