summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
Diffstat (limited to 'alot')
-rw-r--r--alot/foreign/urwidtrees/decoration.py2
-rw-r--r--alot/widgets/thread.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/alot/foreign/urwidtrees/decoration.py b/alot/foreign/urwidtrees/decoration.py
index d70d4bef..4a27c77e 100644
--- a/alot/foreign/urwidtrees/decoration.py
+++ b/alot/foreign/urwidtrees/decoration.py
@@ -248,7 +248,7 @@ class CollapsibleIndentedTree(CollapseIconMixin, IndentedTree):
builds a list element for given position in the tree.
It consists of the original widget taken from the Tree and some
decoration columns depending on the existence of parent and sibling
- positions. The result is a urwid.Culumns widget.
+ positions. The result is a urwid.Columns widget.
"""
void = urwid.SolidFill(' ')
line = None
diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py
index 361ff28f..24d63303 100644
--- a/alot/widgets/thread.py
+++ b/alot/widgets/thread.py
@@ -144,7 +144,7 @@ class MessageTree(CollapsibleTree):
"""
def __init__(self, message, odd=True):
"""
- :param message: Messag to display
+ :param message: Message to display
:type message: alot.db.Message
:param odd: theme summary widget as if this is an odd line
(in the message-pile)