From 679a196dc7ca66b66fff3059fd6b890f897f4081 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 1 Apr 2026 14:51:18 +0200 Subject: [PATCH] Cleanup: fix typo in comment --- pkg/gocui/keybinding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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