summaryrefslogtreecommitdiff
path: root/alot/utils
diff options
context:
space:
mode:
Diffstat (limited to 'alot/utils')
-rw-r--r--alot/utils/configobj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/utils/configobj.py b/alot/utils/configobj.py
index d7ce48a4..fa9de2ce 100644
--- a/alot/utils/configobj.py
+++ b/alot/utils/configobj.py
@@ -118,7 +118,7 @@ def force_list(value, min=None, max=None):
a list with one member.
You can optionally specify the minimum and maximum number of members.
- A minumum of greater than one will fail if the user only supplies a
+ A minimum of greater than one will fail if the user only supplies a
string.
The difference to :func:`validate.force_list` is that this test