Skip to content

Commit adfc136

Browse files
authored
command: Fix typo in documentation of HelpCmd() (#3956)
1 parent ee09a03 commit adfc136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/action/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func (h *BufPane) openHelp(page string, hsplit bool, forceSplit bool) error {
447447
}
448448

449449
// HelpCmd tries to open the given help page according to the split type
450-
// configured with the "helpsplit" option. It can be overriden by the optional
450+
// configured with the "helpsplit" option. It can be overridden by the optional
451451
// arguments "-vpslit" or "-hsplit". In case more than one help page is given
452452
// as argument then it opens all of them with the defined split type.
453453
func (h *BufPane) HelpCmd(args []string) {

0 commit comments

Comments
 (0)