summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-09-03 16:02:11 +0100
committerGitHub <noreply@github.com>2017-09-03 16:02:11 +0100
commitde56be946af8a25a172ee37b02cd9a66d31d83df (patch)
tree0cd16d2279a971d0b5d650f03ee3f6ce0e592852 /alot/account.py
parentc09196eb92af61ce0efa2f2ea47f42856ef87ac9 (diff)
parent668925817cd8aeed7ef9926969d49c4586c26adf (diff)
Merge pull request #1149 from lucc/fix/spelling
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 ca3fc375..a224c109 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -315,7 +315,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