about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-26 17:57:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-26 17:57:13 +0000
commit3e70e99d50f92d038c85d7539967eec9d4e16093 (patch)
tree7feb41e1b59f447b8fedca4f846c0e9db68496c7
parent2f50e20d84e676720674f8a35e1f8df205a42fc3 (diff)
downloadzsh-3e70e99d50f92d038c85d7539967eec9d4e16093.tar.gz
zsh-3e70e99d50f92d038c85d7539967eec9d4e16093.tar.xz
zsh-3e70e99d50f92d038c85d7539967eec9d4e16093.zip
Mikael: 25933: typos
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/contrib.yo2
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/options.yo2
-rw-r--r--NEWS2
5 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e677f4819..ac9939668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
+	Doc/Zsh/options.yo, NEWS: typos.
+
 2008-10-24  Peter Stephenson  <pws@csr.com>
 
 	* users/13400: Doc/Zsh/options.yo, Etc/FAQ.yo: clarify some
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index ed17e3034..3e2baf38d 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -661,7 +661,7 @@ example(zstyle ':vcs_info:(svn|bzr):*' branchformat '%b%{'${fg[yellow]}'%}:%r')
 If you want colors, make sure you enclose the color codes in tt(%{...%}),
 if you want to use the string provided by tt(vcs_info) in prompts.
 
-Here is how to print the vcs infomation as a command (not in a prompt):
+Here is how to print the vcs information as a command (not in a prompt):
 example(alias vcsi='vcs_info command; vcs_info_lastmsg')
 
 This way, you can even define different formats for output via
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 583e00ac0..5526ff3ea 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1323,7 +1323,7 @@ followed by a number.
 
 subsect(Dynamic named directories)
 cindex(directories, named, dynamic)
-cindex(named directories, dynamicic)
+cindex(named directories, dynamic)
 cindex(dynamic named directories)
 
 The feature described here is only available if the shell function
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 5bc01084d..ba535a7de 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1041,7 +1041,7 @@ pindex(C_PRECEDENCES)
 cindex(precedence, operator)
 cindex(operator precedence)
 item(tt(C_PRECEDENCES))(
-This alters the precedence of arithemtic operators to be more
+This alters the precedence of arithmetic operators to be more
 like C and other programming languages;
 ifnzman(Arithmetic Evaluation)\
 ifzman(the section ARITHMETIC EVALUATION in zmanref(zshmisc))
diff --git a/NEWS b/NEWS
index f95be4857..275c380b0 100644
--- a/NEWS
+++ b/NEWS
@@ -206,7 +206,7 @@ Changes in 4.2 since version 4.2.0
 
 - A new zle widget reset-prompt has been added to re-expand the current
   prompt.  Changes to the variable in use as well as changes in its
-  expanions are both taken into account.  The same effect is now forced by
+  expansions are both taken into account.  The same effect is now forced by
   a job change notification, making the %j prompt escape and %(j..) ternary
   expression more useful.