Clean up some comments.

This commit is contained in:
Eric S. Raymond 2024-09-22 22:06:02 -04:00
parent 9c3f4b0c90
commit 354e56a69b
3 changed files with 4 additions and 6 deletions

2
init.c
View file

@ -77,7 +77,7 @@ int initialise(void) {
* STATE_FOUND the first time they are described. game.tally
* keeps track of how many are not yet found, so we know when to
* close the cave.
* (ESR) Non-trreasures are set to STATE_FOUND explicity so we
* (ESR) Non-treasures are set to STATE_FOUND explicitly so we
* don't rely on the value of uninitialized storage. This is to
* make translation to future languages easier. */
for (int object = 1; object <= NOBJECTS; object++) {