update a couple of comments

Fix a couple of typos and rephrase 'livelog_mon_nam()' description.
This commit is contained in:
PatR
2023-08-25 11:43:00 -07:00
parent a627e83a81
commit 6ad9eef25d
2 changed files with 4 additions and 5 deletions

View File

@@ -321,7 +321,7 @@ dosit(void)
u.utrap++;
}
} else {
/* when flying, "you land" might need some refinement; it aounds
/* when flying, "you land" might need some refinement; it sounds
as if you're staying on the ground but you will immediately
take off again unless you become stuck in a holding trap */
You("%s.", Flying ? "land" : "sit down");