about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLawrence Velázquez <vq@larryv.me>2021-01-14 01:04:54 -0500
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-02-16 00:59:14 +0000
commit83cc7c6bf08762c3fdeb76a44e4086734ff1db13 (patch)
tree6f84acd4627c302a3bc0a24193e1763a125ba39e
parentd909dc7323e53dfa63e12d11fa1a7bfc7e3ce81d (diff)
downloadzsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.gz
zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.xz
zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.zip
47830: Fix some documentation typos
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/contrib.yo4
-rw-r--r--README12
3 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a0bc14c99..1648ea243 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-16  Lawrence Velázquez  <vq@larryv.me>
+
+	* 47830: Doc/Zsh/contrib.yo, README: Fix some documentation typos
+
 2021-02-13  Oliver Kiddle  <opk@zsh.org>
 
 	* unposted (Daniel): Completion/Unix/Command/_locale:
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 2b567056e..586ac06f5 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -465,7 +465,7 @@ allows you to edit the list of directories, one per line.  The
 list can be edited to any extent you like; no sanity checking is
 performed.  Completion is available.  No quoting is necessary (except for
 newlines, where I have in any case no sympathy); directories are in
-unabbreviated from and contain an absolute path, i.e. they start with tt(/).
+unabbreviated form and contain an absolute path, i.e. they start with tt(/).
 Usually the first entry should be left as the current directory.
 )
 item(tt(-p ')var(pattern)tt('))(
@@ -708,7 +708,7 @@ that the wrapper function gets.  This configuration is described below.
 
 Then arrange for the wrapper to be run as a zsh_directory_name hook:
 
-example(autoload -Uz add-zsh-hook zsh_diretory_name_generic zdn_mywrapper
+example(autoload -Uz add-zsh-hook zsh_directory_name_generic zdn_mywrapper
 add-zsh-hook -U zsh_directory_name zdn_mywrapper)
 
 subsect(Configuration)
diff --git a/README b/README
index 3ebf75f1b..1eb38a608 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ not be built unless --enable-gdbm is passed explicitly.
 
 vcs_info quilt: The value of the 'quiltcommand' style used to be taken for the
 name of an external command.  Now it may also be a shell function.  Normal
-command word precedece rules apply, so if you have a function and a command
+command word precedence rules apply, so if you have a function and a command
 with the same name, the function will be used.
 
 The "function" reserved word, used to define functions, gained a new -T option.
@@ -206,7 +206,7 @@ been made an error.  (The option setting NO_MULTI_FUNC_DEF turned this
 case into an error, but did not help with other cases and is off by
 default.)  The alternative, of not expanding the alias, was rejected as
 it was more difficult to achieve in the parser and also would silently
-change the shell's behaviur between versions.  A new option,
+change the shell's behaviour between versions.  A new option,
 ALIAS_FUNC_DEF, has been added, which can be set to make the shell
 behave as in previous versions.  It is in any case recommended to use
 the "function" keyword, as aliases are not expanded afterwards.
@@ -410,19 +410,19 @@ This is also necessary in the unusual eventuality that the builtins are
 to be overridden by shell functions, since reserved words take
 precedence over functions.
 
-10) For compatilibity with other shells, the syntax
+10) For compatibility with other shells, the syntax
 
 array=([index]=value)
 
-can be used with both assoiative arrays and normal arrays.  In the
+can be used with both associative arrays and normal arrays.  In the
 unlikely event that you wish to create an array with an entry
 matching a file whose name consists of one of a range of characters
 matched as a [...] expression, followed by an equal sign, followed
 by arbitrary other characters, it is now necessary to quote the equals
 sign.
 
-Incompatibilites between 5.0.7 and 5.0.8
-----------------------------------------
+Incompatibilities between 5.0.7 and 5.0.8
+-----------------------------------------
 
 Various arithmetic operations have changed, in particular with respect
 to the choice of integer or floating point operations.  The new