fix typos

This commit is contained in:
RainRat
2024-04-25 21:04:34 -07:00
committed by nhmall
parent 26c8cbc931
commit e7aaf8dc1c
6 changed files with 7 additions and 7 deletions

View File

@@ -1665,7 +1665,7 @@ struct ext_func_tab extcmdlist[] = {
{ '>', "down", "go down a staircase",
/* allows 'm' prefix (for move without autopickup) but not the
g/G/F movement modifiers; not flagged as MOVEMENTCMD because
that would would suppress it from dokeylist output */
that would suppress it from dokeylist output */
dodown, CMD_M_PREFIX, NULL },
{ 'd', "drop", "drop an item",
dodrop, 0, NULL },