summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-01-25 13:16:41 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-01-25 13:36:25 +0100
commitb957f8b03a001cde849c5cbd606c2aa3d1756e8d (patch)
tree60dceb60edfc8331755eca845aed86c0f7a5a932 /alot/commands/thread.py
parent218c0f449924b6e0daeb241ca3eade4c5bf4932c (diff)
Fix typo in comment
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index d6fc2ce3..ec0154cf 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -137,7 +137,7 @@ class ReplyCommand(Command):
Command.__init__(self, **kwargs)
def apply(self, ui):
- # get message to forward if not given in constructor
+ # get message to reply to if not given in constructor
if not self.message:
self.message = ui.current_buffer.get_selected_message()
mail = self.message.get_email()