Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Au <cshung@gmail.com>2018-01-09 10:19:43 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-09 11:55:54 +0300
commit57a2cce4b1f9783b25d59335e755b3c24fc25af9 (patch)
tree2e735c2a7072a400cbf90d37696c67ea8c73a75d /docs
parentf4bbf7a3b916ac66520feba9653f103aa7cc1743 (diff)
Fix a typo
Diffstat (limited to 'docs')
-rw-r--r--docs/exceptions2
1 files changed, 1 insertions, 1 deletions
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).