From 86679ebddb861d31713c2ecc7e9a17d1fbf4abf9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Dec 2024 11:11:48 -0500 Subject: [PATCH] typo in englightenment for stealth when mounted reported as internal#K4306: typo in englightenment for stealth when mounted --- src/insight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insight.c b/src/insight.c index c1e17e954..96ce1e0b8 100644 --- a/src/insight.c +++ b/src/insight.c @@ -1637,7 +1637,7 @@ attributes_enlightenment( if (Stealth) { you_are("stealthy", from_what(STEALTH)); } else if (BStealth && (HStealth || EStealth)) { - Sprintf(buf, " steathy%s", + Sprintf(buf, " stealthy%s", (BStealth == FROMOUTSIDE) ? " if not mounted" : ""); enl_msg(You_, "would be", "would have been", buf, ""); }