summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-12-08 17:00:35 +0100
commitb2d45e46fa2119e4cd30b9961d002a4a561a72ed (patch)
tree762db3d640efb72f71959a84de9f6fe8be434dd6
parent33931: reset errflag before precmd() (diff)
downloadzsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.gz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.bz2
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.lz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.xz
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.tar.zst
zsh-b2d45e46fa2119e4cd30b9961d002a4a561a72ed.zip
Fix typos for TRY_BLOCK_INTERRUPT
-rw-r--r--Doc/Zsh/params.yo2
-rw-r--r--Src/loop.c2
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) <S>)(
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.
*/
/**/