summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
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)