summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorcasswedson <58050969+casswedson@users.noreply.github.com>2022-04-03 15:19:15 -0500
committerJesse Duffield <jessedduffield@gmail.com>2022-04-06 08:52:41 +1000
commitb7928042f0fde73b632e115785e1bbe5d8978139 (patch)
treea39564d0d326c85c15d6f6d789f7d4d87b0ddc85 /pkg/gui
parent3b5a019e1a33bbb9b331d44956f98b2b8c4cd5a9 (diff)
chore: typo hunting ft. codespell
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/services/custom_commands/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/services/custom_commands/client.go b/pkg/gui/services/custom_commands/client.go
index 3dead7d73..a3452067c 100644
--- a/pkg/gui/services/custom_commands/client.go
+++ b/pkg/gui/services/custom_commands/client.go
@@ -9,7 +9,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/gui/types"
)
-// Client is the entry point to this package. It reutrns a list of keybindings based on the config's user-defined custom commands.
+// Client is the entry point to this package. It returns a list of keybindings based on the config's user-defined custom commands.
// See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md for more info.
type Client struct {
customCommands []config.CustomCommand