H238 - spelling of Dr Dolittle

This commit is contained in:
cohrs
2007-02-10 17:30:24 +00:00
parent fe43698867
commit 10e24ceeae
3 changed files with 3 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ prevent long messages from triggering access violation or segmentation fault
due to buffer overflow in pline() due to buffer overflow in pline()
cursed corpse wielded by a monster isn't welded to its hand or paw cursed corpse wielded by a monster isn't welded to its hand or paw
fix grammar errors in samurai quest, wakarimasu ka? fix grammar errors in samurai quest, wakarimasu ka?
fix spelling of Dr Dolittle
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes

View File

@@ -931,7 +931,7 @@ static const char * const bogusmons[] = {
"Ent", /* Lord of the Rings */ "Ent", /* Lord of the Rings */
"tangle tree", "nickelpede", "wiggle", /* Xanth */ "tangle tree", "nickelpede", "wiggle", /* Xanth */
"white rabbit", "snark", /* Lewis Carroll */ "white rabbit", "snark", /* Lewis Carroll */
"pushmi-pullyu", /* Dr. Doolittle */ "pushmi-pullyu", /* Dr. Dolittle */
"smurf", /* The Smurfs */ "smurf", /* The Smurfs */
"tribble", "Klingon", "Borg", /* Star Trek */ "tribble", "Klingon", "Borg", /* Star Trek */
"Ewok", /* Star Wars */ "Ewok", /* Star Wars */

View File

@@ -206,7 +206,7 @@ dosounds()
static const char * const zoo_msg[3] = { static const char * const zoo_msg[3] = {
"a sound reminiscent of an elephant stepping on a peanut.", "a sound reminiscent of an elephant stepping on a peanut.",
"a sound reminiscent of a seal barking.", "a sound reminiscent of a seal barking.",
"Doctor Doolittle!", "Doctor Dolittle!",
}; };
for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) { for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {
if (DEADMONSTER(mtmp)) continue; if (DEADMONSTER(mtmp)) continue;