From 10e24ceeae7b3bcf0cf7370ec8ed78be82b5e3e7 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sat, 10 Feb 2007 17:30:24 +0000 Subject: [PATCH] H238 - spelling of Dr Dolittle --- doc/fixes34.4 | 1 + src/do_name.c | 2 +- src/sounds.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/fixes34.4 b/doc/fixes34.4 index c05e82ffb..3ddaa3ddb 100644 --- a/doc/fixes34.4 +++ b/doc/fixes34.4 @@ -317,6 +317,7 @@ prevent long messages from triggering access violation or segmentation fault due to buffer overflow in pline() cursed corpse wielded by a monster isn't welded to its hand or paw fix grammar errors in samurai quest, wakarimasu ka? +fix spelling of Dr Dolittle Platform- and/or Interface-Specific Fixes diff --git a/src/do_name.c b/src/do_name.c index 131c68108..885e69554 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -931,7 +931,7 @@ static const char * const bogusmons[] = { "Ent", /* Lord of the Rings */ "tangle tree", "nickelpede", "wiggle", /* Xanth */ "white rabbit", "snark", /* Lewis Carroll */ - "pushmi-pullyu", /* Dr. Doolittle */ + "pushmi-pullyu", /* Dr. Dolittle */ "smurf", /* The Smurfs */ "tribble", "Klingon", "Borg", /* Star Trek */ "Ewok", /* Star Wars */ diff --git a/src/sounds.c b/src/sounds.c index dff58f095..b0548ee8a 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -206,7 +206,7 @@ dosounds() static const char * const zoo_msg[3] = { "a sound reminiscent of an elephant stepping on a peanut.", "a sound reminiscent of a seal barking.", - "Doctor Doolittle!", + "Doctor Dolittle!", }; for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) { if (DEADMONSTER(mtmp)) continue;