about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2016-05-06 21:32:01 +0200
committerAxel Beckert <abe@deuxchevaux.org>2016-05-06 21:32:11 +0200
commit1bf2ba4f19fda52720cd19346d19b9b391c436c9 (patch)
treee2a72e638e850e04ed8fe095ee00928cf61fd168
parentcbcae36141ddd99746f4ace488ddd31d5ea1908e (diff)
downloadzsh-1bf2ba4f19fda52720cd19346d19b9b391c436c9.tar.gz
zsh-1bf2ba4f19fda52720cd19346d19b9b391c436c9.tar.xz
zsh-1bf2ba4f19fda52720cd19346d19b9b391c436c9.zip
unposted: Doc/Zsh/builtins.yo: Fix typo
Found by Debian's lintian tool.
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8237fcc51..6e6ea5d85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Axel Beckert  <abe@deuxchevaux.org>
+
+	* unposted: Doc/Zsh/builtins.yo: Fix typo.
+
 2016-05-04  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 38402: Completion/Zsh/Command/_precommand: Complete
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 7083817bf..1ca1f24a8 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1810,7 +1810,7 @@ example(# Normal builtin interface
 builtin typeset svar=$(echo two words))
 
 The tt(builtin) keyword causes the above to use the standard builtin
-interface to tt(typeset) in which argument parsing is perfomed in the same
+interface to tt(typeset) in which argument parsing is performed in the same
 way as for other commands.  This example creates a scalar tt(svar)
 containing the value tt(two) and another scalar parameter tt(words) with
 no value.  An array value in this case would either cause an error or be