diff --git a/src/eat.c b/src/eat.c index 32227c647..df14e1d65 100644 --- a/src/eat.c +++ b/src/eat.c @@ -848,7 +848,7 @@ register int pm; #endif nomul(-tmp); Sprintf(buf, Hallucination ? - "You suddenly dread being peeled and mimick %s again!" : + "You suddenly dread being peeled and mimic %s again!" : "You now prefer mimicking %s again.", an(Upolyd ? youmonst.data->mname : urace.noun)); eatmbuf = strcpy((char *) alloc(strlen(buf) + 1), buf);