fix a spelling mistake in the code

This commit is contained in:
nhmall
2023-03-16 22:44:42 -04:00
parent de79240dea
commit da0e2571a0

View File

@@ -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);
}