Minor improvements

This commit is contained in:
Zachary Yedidia
2020-02-09 00:40:50 -05:00
parent e84f85340b
commit 13e30a63eb
3 changed files with 33 additions and 33 deletions

View File

@@ -73,7 +73,7 @@ func (h *InfoPane) HandleEvent(event tcell.Event) {
}
}
// DoKeyEvent executes a key event for the command bar, doing any overriden actions
// DoKeyEvent executes a key event for the command bar, doing any overridden actions
func (h *InfoPane) DoKeyEvent(e KeyEvent) bool {
done := false
if action, ok := BufKeyBindings[e]; ok {