From: cohrs Date: Wed, 30 Jan 2002 03:08:36 +0000 (+0000) Subject: typo X-Git-Tag: MOVE2GIT~3312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6023565065d7d2406e987a3d9283c2088fd6c388;p=nethack typo "splatt" should be "splat" --- diff --git a/src/dokick.c b/src/dokick.c index 46fd6963a..90593e5b7 100644 --- a/src/dokick.c +++ b/src/dokick.c @@ -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);