about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-05-15 00:41:38 +0200
committerAxel Beckert <abe@deuxchevaux.org>2022-05-15 00:41:38 +0200
commit361de369edd3bd17066b5f72e056e487545b364e (patch)
tree278e5be988e9999badf556ac938fb2229e9d405a
parent74647ade06864fb6005a9bd079ffce5158c9a05a (diff)
downloadzsh-361de369edd3bd17066b5f72e056e487545b364e.tar.gz
zsh-361de369edd3bd17066b5f72e056e487545b364e.tar.xz
zsh-361de369edd3bd17066b5f72e056e487545b364e.zip
50220: Documentation: Fix typos found by Debian's Lintian tool
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo2
-rw-r--r--Doc/Zsh/options.yo2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f3fd4408..b5e85e180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-15  Axel Beckert  <abe@deuxchevaux.org>
+
+	* 50220: Doc/Zsh/{builtins,options}.yo: Fix typos found by
+	Debian's Lintian tool.
+
 2022-05-14  dana  <dana@dana.is>
 
 	* unposted: Config/version.mk: Post-release version bump
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 280f1d72a..641e46cf9 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1936,7 +1936,7 @@ retain their special attributes when made local.
 
 For each var(name)tt(=)var(value) assignment, the parameter
 var(name) is set to var(value).  If the assignment is omitted and var(name)
-does em(not) refer to an existing parameter, a new parameter is intialized
+does em(not) refer to an existing parameter, a new parameter is initialized
 to empty string, zero, or empty array (as appropriate), em(unless) the
 shell option tt(TYPESET_TO_UNSET) is set.  When that option is set,
 the parameter attributes are recorded but the parameter remains unset.
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 443676b78..5e673eb5c 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1952,7 +1952,7 @@ pindex(NOTYPESETTOUNSET)
 item(tt(TYPESET_TO_UNSET) <K> <S>)(
 When declaring a new parameter with any of the `tt(typeset)' family of
 related commands, the parameter remains unset unless and until a
-value is explicity assigned to it, either in the `tt(typeset)' command
+value is explicitly assigned to it, either in the `tt(typeset)' command
 itself or as a later assignment statement.
 )
 pindex(VERBOSE)