]> granicus.if.org Git - nethack/commitdiff
typo
authorcohrs <cohrs>
Wed, 30 Jan 2002 03:08:36 +0000 (03:08 +0000)
committercohrs <cohrs>
Wed, 30 Jan 2002 03:08:36 +0000 (03:08 +0000)
"splatt" should be "splat"

src/dokick.c

index 46fd6963a65b84524d9dfd248fb5ef9774eaff49..90593e5b7cc801cdb741388fb4a70fd8dc0c5d4d 100644 (file)
@@ -1295,7 +1295,7 @@ boolean shop_floor_obj;
                /* penalty for breaking eggs laid by you */
                if (otmp->otyp == EGG && otmp->spe && otmp->corpsenm >= LOW_PM)
                    change_luck((schar) -min(otmp->quan, 5L));
-               result = "splatt";
+               result = "splat";
            }
            You_hear("a muffled %s.",result);
            obj_extract_self(otmp);