summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
commit3a3898f2ce976fbb800f55764675c4962e7adf28 (patch)
tree2959542fbca3f63ec067a6cb8b34729b7b635449 /alot/account.py
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
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