diff --git a/src/eat.c b/src/eat.c index 0caec93dd..34277af03 100644 --- 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.");