comment grammar tidbit

Noticed when sending the reply about the lregion type 5 bug report.
This commit is contained in:
nethack.rankin
2002-04-06 04:41:32 +00:00
parent b6b550e1a2
commit dfb20853ee

View File

@@ -292,7 +292,7 @@ d_level *lev;
if (!oneshot) {
return FALSE; /* caller should try again */
} else {
/* Must make due with the only location possible;
/* Must make do with the only location possible;
avoid failure due to a misplaced trap.
It might still fail if there's a dungeon feature here. */
struct trap *t = t_at(x,y);