]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/notmuch2/__init__.py
Fix typos
[notmuch] / bindings / python-cffi / notmuch2 / __init__.py
index 613317e0953d5a672fde43f8f3da355b5d28769d..f281edc1a5221e2f5671361c1b670ecaf0de6c06 100644 (file)
@@ -10,7 +10,7 @@ should consider their signatures implementation details.
 Errors
 ======
 
-All errors occuring due to errors from the underlying notmuch database
+All errors occurring due to errors from the underlying notmuch database
 are subclasses of the :exc:`NotmuchError`.  Due to memory management
 it is possible to try and use an object after it has been freed.  In
 this case a :exc:`ObjectDestroyedError` will be raised.