about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
commit246bcd10a7aeb54094ba02f032e682b759ee4b0b (patch)
treeff0c44d891e9a0b2c1fa0cfbc6d9ccb94112b9db /Doc
parent796501f44095b9099609008c91bacbc7d01f1e7d (diff)
downloadzsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.gz
zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.xz
zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.zip
Mikael: 28531: typos
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/mod_clone.yo2
-rw-r--r--Doc/Zsh/options.yo2
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 1814d6c49..cb11e4a36 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1067,7 +1067,7 @@ be given, in which case widths will be used for the calculation of
 padding; otherwise individual multibyte characters are treated as occupying
 one unit of width.
 
-IF the tt(MULTIBYTE) option is not in effect, each byte in the string is
+If the tt(MULTIBYTE) option is not in effect, each byte in the string is
 treated as occupying one unit of width.
 
 Control characters are always assumed to be one unit wide; this allows the
diff --git a/Doc/Zsh/mod_clone.yo b/Doc/Zsh/mod_clone.yo
index 1124958f2..a0bf42b17 100644
--- a/Doc/Zsh/mod_clone.yo
+++ b/Doc/Zsh/mod_clone.yo
@@ -37,7 +37,7 @@ as a controlling tty. That means two things:
 
 This does not apply when cloning to an bf(unused) vc.
 
-Cloning to an used (and unprepared) terminal will result in two
+Cloning to a used (and unprepared) terminal will result in two
 processes reading simultaneously from the same terminal, with
 input bytes going randomly to either process.
 
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index eb5ce37cb..a96597157 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1579,7 +1579,7 @@ example(unsetopt localtraps
 trap - INT
 fn+LPAR()RPAR() { setopt localtraps; trap '' INT; sleep 3; })
 
-will restore normally handling of tt(SIGINT) after the function exits.
+will restore normal handling of tt(SIGINT) after the function exits.
 )
 pindex(MULTI_FUNC_DEF)
 pindex(NO_MULTI_FUNC_DEF)