aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2017-01-11 19:20:05 +0000
committerVincent Richard <[email protected]>2017-01-11 19:20:05 +0000
commit8a63b0276423ef21c18a81c727b0b09f14fc1a4e (patch)
treea8f774cb75d173672b932a5f1a41687e1307d102 /doc
parentRelease 0.9.2. (diff)
downloadvmime-8a63b0276423ef21c18a81c727b0b09f14fc1a4e.tar.gz
vmime-8a63b0276423ef21c18a81c727b0b09f14fc1a4e.zip
Fixed issue #157.
Diffstat (limited to 'doc')
-rw-r--r--doc/book/basics.tex2
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.