summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres MRM <andresmrm@gmail.com>2014-11-30 15:04:19 -0200
committerPatrick Totzke <patricktotzke@gmail.com>2014-12-02 09:11:03 +0100
commit70a8a33aad48089d96ddd5cca2ee211980b0e425 (patch)
tree4063862e7bb27fb3199ed250cf8b334f97903fc8
parent3258aa00930df278ef82f156fb7dfaf332067e97 (diff)
typos
-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)