summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index d8f114c5..30f0e8da 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -172,7 +172,7 @@ class Account(object):
:param mail: the mail to send
:type mail: :class:`email.message.Message` or string
:returns: a `Deferred` that errs back with a class:`SendingMailFailed`,
- containing a reason string if an error occured.
+ containing a reason string if an error occurred.
"""
pass