Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 3/4] Fix some doc typos



---
 Doc/Zsh/builtins.yo | 2 +-
 Doc/Zsh/compsys.yo  | 4 ++--
 Doc/Zsh/options.yo  | 2 +-
 Doc/intro.ms        | 2 +-
 Etc/CONTRIBUTORS    | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index dbd96c6c0ff9..ca9ba996bc05 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1745,7 +1745,7 @@ If the tt(-m) flag is given the arguments are taken as patterns
 options with names matching these patterns are set.
 
 Note that a bad option name does not cause execution of subsequent shell
-code to be aborted; this is behaviour is different from that of `tt(set
+code to be aborted; this behaviour is different from that of `tt(set
 -o)'.  This is because tt(set) is regarded as a special builtin by the
 POSIX standard, but tt(setopt) is not.
 )
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 8d2d6680fb7b..563833f7b11d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -32,7 +32,7 @@ enditemize()
 
 A full context specification contains other elements, as we shall describe.
 
-Besides commands names and contexts, the system employs two more
+Besides command names and contexts, the system employs two more
 concepts, em(styles) and em(tags).  These provide ways for the user
 to configure the system's behaviour.
 
@@ -775,7 +775,7 @@ for color names
 kindex(commands, completion tag)
 item(tt(commands))(
 for names of external commands.  Also used by complex commands such as
-tt(cvs) when completing names subcommands.
+tt(cvs) when completing names of subcommands.
 )
 kindex(contexts, completion tag)
 item(tt(contexts))(
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 3e3d9392a78c..6f3bef189976 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1194,7 +1194,7 @@ This option is only used if the option tt(CLOBBER) is not set: note that
 it is set by default.
 
 If this option is set, then regular files of zero length may be
-ovewritten (`clobbered').  Note that it is possible another process
+overwritten (`clobbered').  Note that it is possible another process
 has written to the file between this test and use of the file by
 the current process.  This option should therefore not be used in
 cases where files to be clobbered may be written to asynchronously.
diff --git a/Doc/intro.ms b/Doc/intro.ms
index a6f5d5ea5a3d..60aa01a19621 100644
--- a/Doc/intro.ms
+++ b/Doc/intro.ms
@@ -6,7 +6,7 @@
 .if "\*(.T"html" .nr HTML 1
 .nr De \n[.ss]
 .\}
-.\" ----- macro defintions -----
+.\" ----- macro definitions -----
 .\" Ds/De: start/end of example
 .\" Sh: section header
 .\" XXX: It seems we can't use the same definition for both pdf and html
diff --git a/Etc/CONTRIBUTORS b/Etc/CONTRIBUTORS
index 0c8190a93bcb..7275a8ee8582 100644
--- a/Etc/CONTRIBUTORS
+++ b/Etc/CONTRIBUTORS
@@ -35,7 +35,7 @@ Anderson, arno, Frank Benkstein, Jay Berkenbilt, Frank Blendinger, Zack
 Cerza, Brendan Cully, Baptiste Daroussin, Danek Duvall, Ryan F, Sean
 Finney, Daniel Friesel, Alexey I. Froloff, Tobias Gruetzmacher, Pierre
 Habouzit, Richard Hartmann, Benjamin R. Haskell, Ag. D. Hatzimanikas,
-Pete Hollobon, Erik Johansson, Kohsuke Kawaguchi, Dough Kearns, Hannu
+Pete Hollobon, Erik Johansson, Kohsuke Kawaguchi, Doug Kearns, Hannu
 Koivisto, Henryk Konsek, Chris Lamb, Vincent Lefevre, Roger Leigh, Eric
 Mangold, Max Mikhanosha, Arkadiusz Miskiewicz, Matthieu Moy, Scott
 Murray, Alexander Myodov, Štěpán Němec, Kalle Olavi Niemitalo, Kazuhiro
-- 
2.54.0





Messages sorted by: Reverse Date, Date, Thread, Author