diff --git a/pkg/gocui/keybinding.go b/pkg/gocui/keybinding.go index 283dcb822..2f4b92a6f 100644 --- a/pkg/gocui/keybinding.go +++ b/pkg/gocui/keybinding.go @@ -15,7 +15,7 @@ type Key tcell.Key // in combination with Keys or Runes when a new keybinding is defined. type Modifier tcell.ModMask -// Keybidings are used to link a given key-press event with a handler. +// Keybindings are used to link a given key-press event with a handler. type keybinding struct { viewName string key Key