]> granicus.if.org Git - nethack/commitdiff
monsters and lava follow-up bit
authornethack.allison <nethack.allison>
Thu, 12 Dec 2002 11:30:04 +0000 (11:30 +0000)
committernethack.allison <nethack.allison>
Thu, 12 Dec 2002 11:30:04 +0000 (11:30 +0000)
"aways" is not a word.

src/mon.c

index 5658345cb114410dbcd6a04f330addb5843e48bb..831225dc55d38b3fba5927ab4bcfead9159bc728 100644 (file)
--- a/src/mon.c
+++ b/src/mon.c
@@ -382,7 +382,7 @@ register struct monst *mtmp;
                if (cansee(mtmp->mx,mtmp->my))
                    pline("%s %s.", Monnam(mtmp),
                          mtmp->data == &mons[PM_WATER_ELEMENTAL] ?
-                         "boils aways" : "burns to a crisp");
+                         "boils away" : "burns to a crisp");
                mondead(mtmp);
            }
            else {