summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
commit3a3898f2ce976fbb800f55764675c4962e7adf28 (patch)
tree2959542fbca3f63ec067a6cb8b34729b7b635449 /alot/widgets
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/globals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 6ce29827..50ef80c6 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -87,7 +87,7 @@ class CompleteEdit(urwid.Edit):
The interpretation of some keypresses is hard-wired:
:enter: calls 'on_exit' callback with current value
:esc/ctrl g: calls 'on_exit' with value `None`, which can be interpreted
- as cancelation
+ as cancellation
:tab: calls the completer and tabs forward in the result list
:shift tab: tabs backward in the result list
:up/down: move in the local input history
@@ -278,7 +278,7 @@ class TagWidget(urwid.AttrMap):
It looks up the string it displays in the `tags` section
of the config as well as custom theme settings for its tag.
- Atributes that should be considered publicly readable:
+ Attributes that should be considered publicly readable:
:attr tag: the notmuch tag
:type tag: str
"""