From 1d15cd529c9bb55dde707da0c079a9cba0778473 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 7 Nov 2014 15:51:08 +0000 Subject: [PATCH] type fix in help message Change-Id: Ia2bf1f7cc9f2963b28e67f62f29ca7d198a57d82 --- gertty/view/change.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gertty/view/change.py b/gertty/view/change.py index 096e15f..6da2af3 100644 --- a/gertty/view/change.py +++ b/gertty/view/change.py @@ -372,7 +372,7 @@ class ChangeView(urwid.WidgetWrap): (key(keymap.LOCAL_CHECKOUT), "Checkout the most recent revision into the local repo"), (key(keymap.DIFF), - "Show the diff of the mont recent revision"), + "Show the diff of the most recent revision"), (key(keymap.TOGGLE_HIDDEN), "Toggle the hidden flag for the current change"), (key(keymap.NEXT_CHANGE),