From 57a2cce4b1f9783b25d59335e755b3c24fc25af9 Mon Sep 17 00:00:00 2001 From: Andrew Au Date: Mon, 8 Jan 2018 23:19:43 -0800 Subject: Fix a typo --- docs/exceptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/exceptions b/docs/exceptions index bd22de9f25f..a9c6e4123b6 100644 --- a/docs/exceptions +++ b/docs/exceptions @@ -69,5 +69,5 @@ object for filters is passed in a local variable (cfg->exvar). throw: we first save all regs into a sigcontext struct and then call the stack unwinding code. -catch handler: catch hanlders are always called from the stack unwinding +catch handler: catch handlers are always called from the stack unwinding code. The exception object is passed in a local variable (cfg->exvar). -- cgit v1.2.3