Address Gitlab isse #62: Comment typos.

This commit is contained in:
Eric S. Raymond 2023-03-01 13:04:53 -05:00
parent 3f34adad3b
commit 94e7cc6505
5 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
/*
* Actions for the duneon-running code.
* Actions for the dungeon-running code.
*
* Copyright (c) 1977, 2005 by Will Crowther and Don Woods
* Copyright (c) 2017 by Eric S. Raymond
@ -929,7 +929,7 @@ static phase_codes_t light(verb_t verb, obj_t obj)
}
static phase_codes_t listen(void)
/* Listen. Intransitive only. Print stuff based on object sound proprties. */
/* Listen. Intransitive only. Print stuff based on object sound properties. */
{
bool soundlatch = false;
vocab_t sound = locations[game.loc].sound;