]> granicus.if.org Git - nethack/commitdiff
comment grammar tidbit
authornethack.rankin <nethack.rankin>
Sat, 6 Apr 2002 04:41:32 +0000 (04:41 +0000)
committernethack.rankin <nethack.rankin>
Sat, 6 Apr 2002 04:41:32 +0000 (04:41 +0000)
     Noticed when sending the reply about the lregion type 5 bug report.

src/mkmaze.c

index 6ab3a11f866cfccac97ad359e032c90c75bd9575..4a50703b2dcb7f5a2c7a3fb59f646fd25b4b0784 100644 (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);