Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Some doc typo fixes
- X-seq: zsh-workers 25933
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Some doc typo fixes
- Date: Sun, 26 Oct 2008 12:34:27 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=7/P5NBkVsEWoI2ZP4buL9KoHv5GHvdN50XpM4zYJrp8=; b=bxtLyXFUScIiI+X7i0U4/l2aK3Vs4Sm2C7fEJO3r9T8hfNGxMDuGf4eqKdJgGUPP18 lxsrLoCZTTDPCbjulfUYEQ6L4aeatixzwODwNFoKNS/7kISpxveT3zPHFbLksk5PCguu XDlwnE6i2YhuSlADUjifisGFXcVttYH+acOrs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xodcmGAKfRMSpcLDLfde5QRet9XRh/dArfAhz39dh9C0rbSGyFziLw4wILf8plkvEB 4pRrV8FMOFHBtBhmVnFNvu7IoYfnBYm5B5fa8KifZo+PozOdLUj1BKyemOHXNCFBfWjo 15rT0J6uwlTV6WbD6rwelItSx2hktcyaGp1FU=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I don't know if that dynamicic is supposed to be there, since there is a
dynamic right above it, so check that first or just drop the hunk if unsure,
I can't find any other occurances of it in the tree though.
--
Mikael Magnusson
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index ed17e30..3e2baf3 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 583e00a..5526ff3 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 5bc0108..ba535a7 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 f95be48..275c380 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.
--
1.6.0.2.GIT
Messages sorted by:
Reverse Date,
Date,
Thread,
Author