summaryrefslogtreecommitdiff
path: root/alot/foreign/urwidtrees/decoration.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/foreign/urwidtrees/decoration.py')
-rw-r--r--alot/foreign/urwidtrees/decoration.py2
1 files changed, 1 insertions, 1 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