]> granicus.if.org Git - nethack/commitdiff
H238 - spelling of Dr Dolittle
authorcohrs <cohrs>
Sat, 10 Feb 2007 17:30:24 +0000 (17:30 +0000)
committercohrs <cohrs>
Sat, 10 Feb 2007 17:30:24 +0000 (17:30 +0000)
doc/fixes34.4
src/do_name.c
src/sounds.c

index c05e82ffbadb8ec2a017f7f2fb55d373bd3151c5..3ddaa3ddb3e46e0ce54d6ade83852a5ce1eeddc9 100644 (file)
@@ -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
index 131c681084e3b9904e53491b9b25d3571d1e6ee5..885e69554c658ece5b26f3b676ba81f7f3cab3b4 100644 (file)
@@ -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 */
index dff58f09580565e9d98ce8af15b8b1852144aacd..b0548ee8af84a119b1917fd8fbd1fa773f192908 100644 (file)
@@ -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;