From b2d45e46fa2119e4cd30b9961d002a4a561a72ed Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 8 Dec 2014 17:00:35 +0100 Subject: Fix typos for TRY_BLOCK_INTERRUPT --- Doc/Zsh/params.yo | 2 +- Src/loop.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index a91d0e307..391a5fb0a 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -754,7 +754,7 @@ It may be reset, clearing the error condition. See ifzman(em(Complex Commands) in zmanref(zshmisc))\ ifnzman(noderef(Complex Commands)) ) -vinde(TRY_BLOCK_INTERRUPT) +vindex(TRY_BLOCK_INTERRUPT) item(tt(TRY_BLOCK_INTERRUPT) )( This variable works in a similar way to tt(TRY_BLOCK_ERROR), but represents the status of an interrupt from the signal SIGINT, which diff --git a/Src/loop.c b/Src/loop.c index 4daa60591..8bb1ec9dd 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -634,7 +634,7 @@ zlong try_errflag = -1; /** - * Corrresponding interrupt error status form `try' block. + * Corresponding interrupt error status form `try' block. */ /**/ -- cgit 1.4.1