From 1bf2ba4f19fda52720cd19346d19b9b391c436c9 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 6 May 2016 21:32:01 +0200 Subject: unposted: Doc/Zsh/builtins.yo: Fix typo Found by Debian's lintian tool. --- ChangeLog | 4 ++++ Doc/Zsh/builtins.yo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8237fcc51..6e6ea5d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-06 Axel Beckert + + * unposted: Doc/Zsh/builtins.yo: Fix typo. + 2016-05-04 Daniel Shahaf * 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 -- cgit 1.4.1