about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zutil.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-11 00:01:03 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-11 00:01:03 +0000
commited8b82b9b1bf74392caf4f4683f367bc4cbbd193 (patch)
tree253b1493fad4d586ffa79fed073bac3bf95ef410 /Doc/Zsh/mod_zutil.yo
parent548fe00d96c7a96f1c3922e3dd34bc0795c51a4c (diff)
downloadzsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.gz
zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.tar.xz
zsh-ed8b82b9b1bf74392caf4f4683f367bc4cbbd193.zip
Spelling corrections in the docs (11315)
Diffstat (limited to 'Doc/Zsh/mod_zutil.yo')
-rw-r--r--Doc/Zsh/mod_zutil.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index 891ebef11..b58d860b8 100644
--- a/Doc/Zsh/mod_zutil.yo
+++ b/Doc/Zsh/mod_zutil.yo
@@ -88,7 +88,7 @@ is selected with the tt(-f) option. If this is given, the var(format)
 string will be modified by replacing sequences starting with a percent 
 sign in it with strings from the var(specs). Each var(spec) has to be
 of the form `var(char)tt(:)var(string)' and this will make every
-appearence of the sequence `tt(%)var(char)' in var(format) be replaced 
+appearance of the sequence `tt(%)var(char)' in var(format) be replaced 
 with the var(string). The `tt(%)' sequence may also contain optional
 minimum and maximum field width specifications between the `tt(%)' and 
 the `var(char)' in the form `tt(%)var(min)tt(.)var(max)tt(c)',