summaryrefslogtreecommitdiff
path: root/alot/settings
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/settings
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 6c9e80fe..cf26f941 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -434,7 +434,7 @@ class SettingsManager(object):
the default account wil be returned
:rtype: :class:`Account`
:raises ~alot.settings.errors.NoMatchingAccount: If no account can be
- found. Thsi includes if return_default is True and there are no
+ found. This includes if return_default is True and there are no
accounts defined.
"""
_, address = email.utils.parseaddr(address)