]> granicus.if.org Git - nethack/commitdiff
post-3.4.1 betabug: mimick
authorcohrs <cohrs>
Wed, 5 Mar 2003 06:04:08 +0000 (06:04 +0000)
committercohrs <cohrs>
Wed, 5 Mar 2003 06:04:08 +0000 (06:04 +0000)
mimicking is correct, mimick is not.

src/eat.c

index 32227c647d52b37dcb03e609e514b662655f7740..df14e1d65b59d101afd0e56d368af216274b055d 100644 (file)
--- 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);