diff options
| author | Vincent Richard <[email protected]> | 2017-01-11 19:20:05 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2017-01-11 19:20:05 +0000 |
| commit | 8a63b0276423ef21c18a81c727b0b09f14fc1a4e (patch) | |
| tree | a8f774cb75d173672b932a5f1a41687e1307d102 /doc/book/basics.tex | |
| parent | Release 0.9.2. (diff) | |
| download | vmime-8a63b0276423ef21c18a81c727b0b09f14fc1a4e.tar.gz vmime-8a63b0276423ef21c18a81c727b0b09f14fc1a4e.zip | |
Fixed issue #157.
Diffstat (limited to 'doc/book/basics.tex')
| -rw-r--r-- | doc/book/basics.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
