about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
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 /Doc/Zsh/builtins.yo
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.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 1 insertions, 1 deletions
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