From bed3b1d6675d1ab0cd9e3d721c2caca0d3956426 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 29 Dec 2023 08:34:13 -0500 Subject: [PATCH] fix typo in attrib.c Closes #1187 --- src/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attrib.c b/src/attrib.c index 94d848109..e7cda30fb 100644 --- a/src/attrib.c +++ b/src/attrib.c @@ -917,7 +917,7 @@ from_what(int propidx) /* special cases can have negative values */ else if (propidx == BLINDED && u.ucreamed && BlindedTimeout == (long) u.ucreamed && !EBlinded && !(HBlinded & ~TIMEOUT)) - Sprintf(buf, "due to goop coverting your %s", + Sprintf(buf, "due to goop covering your %s", body_part(FACE)); /* remove some verbosity and/or redundancy */