From 8a63b0276423ef21c18a81c727b0b09f14fc1a4e Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 11 Jan 2017 20:20:05 +0100 Subject: Fixed issue #157. --- doc/book/basics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/book/basics.tex b/doc/book/basics.tex index fefd0515..6dbbff04 100644 --- a/doc/book/basics.tex +++ b/doc/book/basics.tex @@ -166,7 +166,7 @@ In VMime, error handling is exclusively based on exceptions, there is no error codes, or things like that. VMime code may throw exceptions in many different situations: an unexpected -error occured, an operation is not supported, etc. You should catch them if +error occurred, an operation is not supported, etc. You should catch them if you want to report failures to the user. This is also useful when debugging your program. -- cgit v1.2.3