]> granicus.if.org Git - nethack/commitdiff
Typofix
authorPasi Kallinen <paxed@alt.org>
Sat, 8 Oct 2016 11:11:20 +0000 (14:11 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 8 Oct 2016 11:11:20 +0000 (14:11 +0300)
src/eat.c

index 0caec93dd6f86b8e0d44872a357334db2343ef85..34277af039c2aae23430730281c0aa5ab0e5fd82 100644 (file)
--- a/src/eat.c
+++ b/src/eat.c
@@ -1628,7 +1628,7 @@ struct obj *otmp;
         pline("Ecch - that must have been poisonous!");
         if (!Poison_resistance) {
             losestr(rnd(4));
-            losehp(rnd(15), !glob ? "poisonous corpse" : "posionous glob",
+            losehp(rnd(15), !glob ? "poisonous corpse" : "poisonous glob",
                    KILLED_BY_AN);
         } else
             You("seem unaffected by the poison.");