about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-07 21:23:22 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-07 21:23:22 +0000
commitb89ee4ed4a90e7aaf7691aa122821c7691fd73fb (patch)
treedbd2291c32e6a112169c19b284ca5cdd7b003368
parent151b95cfd2098de3424923f898179142062ff818 (diff)
downloadzsh-b89ee4ed4a90e7aaf7691aa122821c7691fd73fb.tar.gz
zsh-b89ee4ed4a90e7aaf7691aa122821c7691fd73fb.tar.xz
zsh-b89ee4ed4a90e7aaf7691aa122821c7691fd73fb.zip
fix typo
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 996f87c4f..a91d0e307 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -757,7 +757,7 @@ ifnzman(noderef(Complex Commands))
 vinde(TRY_BLOCK_INTERRUPT)
 item(tt(TRY_BLOCK_INTERRUPT) <S>)(
 This variable works in a similar way to tt(TRY_BLOCK_ERROR), but
-represents the status of an interrupt from the signall SIGINT, which
+represents the status of an interrupt from the signal SIGINT, which
 typically comes from the keyboard when the user types tt(^C).  If set to
 0, any such interrupt will be reset; otherwise, the interrupt is
 propagated after the tt(always) block.