From da0e2571a0e0583876c06e251e09330e42f61bda Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 16 Mar 2023 22:44:42 -0400 Subject: [PATCH] fix a spelling mistake in the code --- src/uhitm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uhitm.c b/src/uhitm.c index 1195490b3..4d7588adc 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -3463,7 +3463,7 @@ mhitm_ad_poly( if (!uwep && mhm->damage < mdef->mhp) { if (negated) { /* assume that you can tell by touch if blinded */ - pline("%s is not transformted.", Monnam(mdef)); + pline("%s is not transformed.", Monnam(mdef)); } else { mhm->damage = mon_poly(&gy.youmonst, mdef, mhm->damage); }