]> granicus.if.org Git - nethack/commitdiff
correct spelling mistake on stupefied
authornhmall <nhmall@nethack.org>
Mon, 23 Sep 2019 18:19:15 +0000 (14:19 -0400)
committernhmall <nhmall@nethack.org>
Mon, 23 Sep 2019 18:19:15 +0000 (14:19 -0400)
As reported in github issue 224

Fixes #224

src/uhitm.c

index 371b3fd9971370fe645de8fe12fdca418d27140f..29120a78a8e2633daf20054feb013267f164b26c 100644 (file)
@@ -2860,7 +2860,7 @@ boolean wep_was_destroyed;
                            reaction rather than the hero's escape] */
                         pline("%s looks %s%s.", Monnam(mon),
                               !rn2(2) ? "" : "rather ",
-                              !rn2(2) ? "numb" : "stupified");
+                              !rn2(2) ? "numb" : "stupefied");
                     } else if (Free_action) {
                         You("momentarily stiffen under %s gaze!",
                             s_suffix(mon_nam(mon)));