chore: fix some typos in comments (#1897)

Signed-off-by: deferdeter <deferdeter@outlook.com>
This commit is contained in:
deferdeter
2024-04-16 18:14:00 +08:00
committed by GitHub
parent a6cafabfb8
commit cfbe47bd99
6 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ func RunTui(results models.ScanResults) subcommands.ExitStatus {
func keybindings(g *gocui.Gui) (err error) {
errs := []error{}
// Move beetween views
// Move between views
errs = append(errs, g.SetKeybinding("side", gocui.KeyTab, gocui.ModNone, nextView))
// errs = append(errs, g.SetKeybinding("side", gocui.KeyCtrlH, gocui.ModNone, previousView))
// errs = append(errs, g.SetKeybinding("side", gocui.KeyCtrlL, gocui.ModNone, nextView))