Cleanup: fix typo in comment

This commit is contained in:
Stefan Haller 2026-04-01 14:51:18 +02:00
parent ff58687b68
commit 679a196dc7

View file

@ -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