about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Doc
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo10
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/func.yo2
-rw-r--r--Doc/Zsh/mod_computil.yo2
-rw-r--r--Doc/Zsh/params.yo2
5 files changed, 9 insertions, 9 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 0180d6a18..4fa35269c 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -980,7 +980,7 @@ process IDs in the following lines.  If the line does not contain
 process IDs to complete.
 
 Note that the completion function generally has to call the command
-everytime it is called.  Because of that care should be taken to
+every time it is called.  Because of that care should be taken to
 specify only commands that take a short time to run (and that will
 eventually stop at all).
 )
@@ -3109,9 +3109,9 @@ value of 300 (to make it distinguishable from other return values)
 after setting the global `tt(context)', `tt(line)' and `tt(opt_args)'
 parameters as described below, and without resetting any changes made
 to the special parameters such as tt(PREFIX) and tt(words).  This
-allows to write wrapper functions around tt(_arguments) that have to
-be able to find out if they have to make sure that the special
-completion parameters are not reset when they return.
+enables wrapper functions around tt(_arguments) to be able to find out
+if they have to make sure that the special completion parameters are
+not reset when they return.
 
 Note that this means that a function calling tt(_arguments) with at least
 one action containing such a `tt(->)var(string)' has to declare
@@ -3466,7 +3466,7 @@ that the sequence `tt(%d)' is replaced by the var(descr) given as the third
 argument without any leading or trailing white space.  If, after
 removing the white space, the var(descr) is the empty string, the format
 style will not be used and the options put into the var(name) array will
-not contain an explantion string to be displayed above the matches.If
+not contain an explanation string to be displayed above the matches.  If
 tt(_description) is called with more than three arguments,
 the additional var(specs) should be of the form `var(char)tt(:)var(str)'
 and every appearance of `tt(%)var(char)' in the format string will be
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index d7376de62..562e9bef2 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -650,7 +650,7 @@ setting of the tt(PROMPT_PERCENT), tt(PROMPT_SUBST) and
 tt(PROMPT_BANG) options.
 )
 item(tt(X))(
-With this flag parsing errors occuring with the tt(Q) and tt(e) flags or the
+With this flag parsing errors occurring with the tt(Q) and tt(e) flags or the
 pattern matching forms such as `tt(${)var(name)tt(#)var(pattern)tt(})' 
 are reported. Without the flag they are silently ignored.
 )
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index f6ff2a116..78cfde012 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -176,7 +176,7 @@ executed.  If the history mechanism is active (and the line was not
 discarded from the history buffer), the string that the user typed is
 passed as the first argument, otherwise it is an empty string.  The
 actual command that will be executed (including expanded aliases) is
-passed in two differnt forms: the second argument is a single-line,
+passed in two different forms: the second argument is a single-line,
 size-limited version of the command (with things like function bodies
 elided); the third argument contains the full text what what is being
 executed.
diff --git a/Doc/Zsh/mod_computil.yo b/Doc/Zsh/mod_computil.yo
index 8d50c4a45..d4ca8e61d 100644
--- a/Doc/Zsh/mod_computil.yo
+++ b/Doc/Zsh/mod_computil.yo
@@ -79,7 +79,7 @@ findex(comptags)
 findex(comptry)
 xitem(tt(comptags))
 item(tt(comptry))(
-These implements the internals of the tags mechanism.
+These implement the internals of the tags mechanism.
 )
 findex(compvalues)
 item(tt(compvalues))(
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 86f9c7d29..194c475e7 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -280,7 +280,7 @@ braces (`tt({)' and `tt(})'): they must appear either in balanced pairs or
 preceded by a backslash, and backslashes that protect parentheses or
 braces are removed during parsing.  This is because parameter expansions
 may be surrounded balanced braces, and subscript flags are introduced by
-balanced parens.
+balanced parenthesis.
 
 The second difference is that a double-quote (`tt(")') may appear as part
 of a subscript expression without being preceded by a backslash, and