about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.