about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-01 19:59:45 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-01 19:59:45 +0000
commit3c8d53036c7920ca06fc169ed6dc4126f28d2b58 (patch)
treeebe555178ef30abc645f21b426a3006569b43230
parent62806c1e14961668a2979223a415d714af95de20 (diff)
downloadzsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.gz
zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.tar.xz
zsh-3c8d53036c7920ca06fc169ed6dc4126f28d2b58.zip
24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes from A. Costa.
-rw-r--r--ChangeLog8
-rw-r--r--Doc/Zsh/builtins.yo2
-rw-r--r--Doc/Zsh/calsys.yo16
-rw-r--r--Doc/Zsh/contrib.yo10
-rw-r--r--Doc/Zsh/expn.yo4
-rw-r--r--Doc/Zsh/grammar.yo2
-rw-r--r--Doc/Zsh/mod_curses.yo2
-rw-r--r--Doc/Zsh/mod_newuser.yo2
-rw-r--r--Doc/Zsh/mod_sched.yo2
-rw-r--r--Doc/Zsh/options.yo2
-rw-r--r--Doc/Zsh/roadmap.yo2
-rw-r--r--Doc/Zsh/tcpsys.yo2
12 files changed, 31 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 44228db08..ba7daff4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-01  Clint Adams  <clint@zsh.org>
+
+	* 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521:
+	Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo, Doc/Zsh/contrib.yo,
+	Doc/Zsh/expn.yo, Doc/Zsh/grammar.yo, Doc/Zsh/mod_curses.yo,
+	Doc/Zsh/mod_newuser.yo, Doc/Zsh/mod_sched.yo, Doc/Zsh/options.yo,
+	Doc/Zsh/roadmap.yo, Doc/Zsh/tcpsys.yo: typo fixes from A. Costa.
+
 2008-02-01  Peter Stephenson  <pws@csr.com>
 
 	* users/12527: Etc/relnote_4.3.5.txt: Add release note for 4.3.5.
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index ae828cd40..516489886 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1372,7 +1372,7 @@ given along with the var(name).  Using `tt(PLUS())' instead of minus to
 introduce an attribute turns it off.
 
 If the tt(-p) option is given, parameters and values are printed in the
-form of a typeset comand and an assignment (which will be printed
+form of a typeset command and an assignment (which will be printed
 separately for arrays and associative arrays), regardless of other flags
 and options.  Note that the tt(-h) flag on parameters is respected; no
 value will be shown for these parameters.
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo
index cf1cf3ff9..6e38bb0bc 100644
--- a/Doc/Zsh/calsys.yo
+++ b/Doc/Zsh/calsys.yo
@@ -46,7 +46,7 @@ a date and time specification followed by a description of the event.
 
 Various enhancements to this format are supported, based on the syntax
 of Emacs calendar mode.  An indented line indicates a continuation line
-that continues the description of the event from the preceeding line
+that continues the description of the event from the preceding line
 (note the date may not be continued in this way).  An initial ampersand
 (tt(&)) is ignored for compatibility.
 
@@ -222,7 +222,7 @@ passed to the function tt(calendar), the start time acts an anchor for the
 end time when the end time is relative (even if the start time is
 implicit).  When examining calendar files, the scheduled event being
 examined anchors the warning time when it is given explicitly by means of
-the tt(WARN) keyword; likewise, the scheduled event anchors a repitition
+the tt(WARN) keyword; likewise, the scheduled event anchors a repetition
 period when given by the tt(RPT) keyword, so that specifications such as
 tt(RPT 2 months, 3rd Thursday) are handled properly.  Finally, the tt(-R)
 argument to tt(calendar_scandate) directly provides an anchor for relative
@@ -430,7 +430,7 @@ The event can contain multiple lines, as described in
 ifnzman(noderef(Calendar File and Date Formats))\
 ifzman(the section Calendar File Format above).
 Using this function ensures that the calendar file is sorted in date
-and time order.  It also makes special arrangments for locking
+and time order.  It also makes special arrangements for locking
 the file while it is altered.  The old calendar is left in a file
 with the suffix tt(.old).
 
@@ -485,7 +485,7 @@ passed down.)  Not set no tt(WARN) keyword and value were
 matched.)
 sitem(warnstr)(The raw string matched after the tt(WARN) keyword, else unset.)
 sitem(rpttime)(Any recurrence time given by the tt(RPT) keyword as a string
-of digits containing the time of the recurrenced in the same units
+of digits containing the time of the recurrence in the same units
 as tt($EPOCHSECONDS).  (Note this is an absolute time.)  Not set if
 no tt(RPT) keyword and value were matched.)
 sitem(rptstr)(The raw string matched after the tt(RPT) keyword, else unset.)
@@ -505,7 +505,7 @@ use the system as a date calculator.  For example, tt(calendar_showdate '+1
 month, 1st Friday') shows the date of the first Friday of next month.
 
 With the option tt(-r) nothing is printed but the value of the date and
-timein seconds since the epoch is stored in the parameter tt(REPLY).
+time in seconds since the epoch is stored in the parameter tt(REPLY).
 
 With the option tt(-f) var(fmt) the given date/time conversion format
 is passed to tt(strftime); see notes on the tt(date-format) style below.
@@ -536,7 +536,7 @@ example(zmodload -i zsh/stat
 disable stat)
 
 tt(age) selects files having a given modification time for use
-as a glob qualifer.  The format of the date is the same as that
+as a glob qualifier.  The format of the date is the same as that
 understood by the calendar system, described in
 ifzman(the section FILE AND DATE FORMATS above)\
 ifnzman(noderef(Calendar File and Date Formats)).
@@ -666,7 +666,7 @@ same time.
 The files locked are appended to the array tt(lockfiles), which should
 be local to the caller.
 
-If all files were successully, status zero is returned, else status one.
+If all files were successfully locked, status zero is returned, else status one.
 
 This function may be used as a general file locking function, although
 this will only work if only this mechanism is used to lock files.
@@ -697,7 +697,7 @@ Options:
 startitem()
 item(tt(-a))(
 The date and time are anchored to the start of the argument; they
-will not be matched if there is preceeding text.
+will not be matched if there is preceding text.
 )
 item(tt(-A))(
 The date and time are anchored to both the start and end of the argument;
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 3d44e0586..0def50d6f 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -765,7 +765,7 @@ sitem(tt(RQUOTE()))(Acute.)
 sitem(tt(>))(Circumflex.)
 sitem(tt(?))(Tilde.  (This is not tt(~) as RFC 1345 does not assume that
 character is present on the keyboard.))
-sitem(tt(-))(Macron.  (A horizonal bar over the base character.))
+sitem(tt(-))(Macron.  (A horizontal bar over the base character.))
 sitem(tt(LPAR()))(Breve.  (A shallow dish shape over the base character.))
 sitem(tt(.))(Dot above the base character, or in the case of tt(i) no dot,
 or in the case of tt(L) and tt(l) a centered dot.)
@@ -786,7 +786,7 @@ The most common characters from the Arabic, Cyrillic, Greek and Hebrew
 alphabets are available; consult RFC 1345 for the appropriate sequences.
 In addition, a set of two letter codes not in RFC 1345 are available for
 the double-width characters corresponding to ASCII characters from tt(!)
-to tt(~) (0x21 to 0x7e) by preceeding the character with tt(^), for
+to tt(~) (0x21 to 0x7e) by preceding the character with tt(^), for
 example tt(^A) for a double-width tt(A).
 
 The following other two-character sequences are understood.
@@ -1098,7 +1098,7 @@ example(print This line contains fan and fond)
 
 and invoking tt(replace-pattern) with the source string
 `tt(f+LPAR()?+RPAR()n)' and
-the replacment string `tt(c\1r)' produces the not very useful line:
+the replacement string `tt(c\1r)' produces the not very useful line:
 
 example(print This line contains car and cord)
 
@@ -1742,7 +1742,7 @@ example,
 
 example(zstyle ':mime:*' x-browsers opera konqueror firefox)
 
-specifies that tt(pick-web-browser) should first look for a runing
+specifies that tt(pick-web-browser) should first look for a running
 instance of Opera, Konqueror or Firefox, in that order, and if it
 fails to find any should attempt to start Opera.  The default is
 tt(firefox mozilla netscape opera konqueror).
@@ -1757,7 +1757,7 @@ If it is set this style is used to pick the command
 used to open a page for a browser.  The context is
 tt(:mime:browser:new:$browser:) to start a new browser or
 tt(:mime:browser:running:$browser:) to open a URL in a browser already
-runing on the current X display, where tt($browser) is the value matched
+running on the current X display, where tt($browser) is the value matched
 in the tt(x-browsers) or tt(tty-browsers) style.  The escape sequence
 tt(%b) in the style's value will be replaced by the browser, while tt(%u)
 will be replaced by the URL.  If the style is not set, the default for all
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 312e9139a..4adc09d44 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -288,7 +288,7 @@ Note the same record of the last var(l) and var(r) is maintained
 across all forms of expansion.
 
 If the option tt(HIST_SUBST_PATTERN) is set, var(l) is treated as
-a pattern of the usual form desribed in
+a pattern of the usual form described in
 ifzman(the section FILENAME GENERATION below)\
 ifnzman(noderef(Filename Generation)).  This can be used in
 all the places where modifiers are available; note, however, that
@@ -298,7 +298,7 @@ they are replaced at the correct time.
 Note also that complicated patterns used in globbing qualifiers may
 need the extended glob qualifier notation
 tt(LPAR()#q:s/)var(...)tt(/)var(...)tt(/RPAR()) in order for the
-shell to recognize the expression as a glob qualifer.  Further,
+shell to recognize the expression as a glob qualifier.  Further,
 note that bad patterns in the substitution are not subject to
 the tt(NO_BAD_PATTERN) option so will cause an error.
 
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index 0c2aee960..05530bff2 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -284,7 +284,7 @@ normal way, as if var(always-list) were not present.  The two
 chunks of code are referred to as the `try block' and the `always block'.
 
 Optional newlines or semicolons may appear after the tt(always);
-note, however, that they may em(not) appear between the preceeding
+note, however, that they may em(not) appear between the preceding
 closing brace and the tt(always).
 
 An `error' in this context is a condition such as a syntax error which
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index 456bebd1c..c1191b894 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -143,7 +143,7 @@ arrow keys return the name of the key in the parameter var(kparam).  The
 key names are the macros defined in the tt(curses.h) or tt(ncurses.h)
 with the prefix `tt(KEY_)' removed; see also the description of the
 parameter tt(zcurses_keycodes) below.  Other keys cause a value to be
-set in var(param) as before.  On a succesful return only one of
+set in var(param) as before.  On a successful return only one of
 var(param) or var(kparam) contains a non-empty string; the other is set
 to an empty string.
 
diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo
index 5da66a9f2..8c37c7059 100644
--- a/Doc/Zsh/mod_newuser.yo
+++ b/Doc/Zsh/mod_newuser.yo
@@ -36,7 +36,7 @@ The tt(zsh/newuser) module is then unconditionally unloaded.
 Note that it is possible to achieve exactly the same effect as the
 tt(zsh/newuser) module by adding code to tt(/etc/zshenv).  The module
 exists simply to allow the shell to make arrangements for new users without
-the need for invervention by package maintainers and system administrators.
+the need for intervention by package maintainers and system administrators.
 
 The script supplied with the module invokes the shell function
 tt(zsh-newuser-install).  This may be invoked directly by the user
diff --git a/Doc/Zsh/mod_sched.yo b/Doc/Zsh/mod_sched.yo
index 22ad4afd2..03ef3e54b 100644
--- a/Doc/Zsh/mod_sched.yo
+++ b/Doc/Zsh/mod_sched.yo
@@ -53,7 +53,7 @@ consists of the scheduled time in seconds since the epoch
 (see ifnzman(The zsh/datetime Module)\
 ifzman(the section `The zsh/datetime Module') for facilities for
 using this number), followed by a colon, followed by any options
-(which may be empty but will be preceeded by a `tt(-)' otherwise),
+(which may be empty but will be preceded by a `tt(-)' otherwise),
 followed by a colon, followed by the command to be executed.
 
 The tt(sched) builtin should be used for manipulating the events.  Note
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 105870039..32ec48de3 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -418,7 +418,7 @@ Note that this happens anyway with tt(typeset) and similar statements.
 
 This option respects the setting of the tt(KSH_TYPESET) option.  In other
 words, if both options are in effect, arguments looking like
-assignments will not undergo wordsplitting.
+assignments will not undergo word splitting.
 )
 pindex(MARK_DIRS)
 cindex(directories, marking)
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo
index 38697adc7..17e87ac1e 100644
--- a/Doc/Zsh/roadmap.yo
+++ b/Doc/Zsh/roadmap.yo
@@ -14,7 +14,7 @@ be created or edited to customize the shell.  See ifzman(the section
 Startup/Shutdown Files in zmanref(zsh))\
 ifnzman(noderef(Files)).
 
-If no personal intialization files exist for the current user, a function
+If no personal initialization files exist for the current user, a function
 is run to help you change some of the most common settings.  It won't
 appear if your administrator has disabled the tt(zsh/newuser) module.
 The function is designed to be self-explanatory.  You can run it by hand
diff --git a/Doc/Zsh/tcpsys.yo b/Doc/Zsh/tcpsys.yo
index c93736a37..a2f433523 100644
--- a/Doc/Zsh/tcpsys.yo
+++ b/Doc/Zsh/tcpsys.yo
@@ -528,7 +528,7 @@ string.  It can contain:
 startitem()
 item(tt(%c))(
 Expands to 1 if the session is the current session, otherwise 0.  Used
-with ternary expresions such as `tt(%LPAR()c.-.PLUS()RPAR())' to
+with ternary expressions such as `tt(%LPAR()c.-.PLUS()RPAR())' to
 output `tt(PLUS())' for the current session and `tt(-)' otherwise.
 )
 item(tt(%f))(