]> granicus.if.org Git - nethack/commitdiff
U556: another typo
authorcohrs <cohrs>
Tue, 29 Jul 2003 21:38:42 +0000 (21:38 +0000)
committercohrs <cohrs>
Tue, 29 Jul 2003 21:38:42 +0000 (21:38 +0000)
Or perhaps it's translating miao from Italian to English.

src/sounds.c

index d4e64f8eab5a27247c3d12ff4256c871f971719b..fd10df1348f57e682a6efc5def6a7c933a289ebc 100644 (file)
@@ -561,7 +561,7 @@ register struct monst *mtmp;
                        mtmp->mtame < 5)
                    pline_msg = "yowls.";
                else if (moves > EDOG(mtmp)->hungrytime)
-                   pline_msg = "miaos.";
+                   pline_msg = "meows.";
                else if (EDOG(mtmp)->hungrytime > moves + 1000)
                    pline_msg = "purrs.";
                else