From f652fdd686fe7e9f4b490ed48291f29cf43f9172 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 27 Apr 2024 15:15:53 -0700 Subject: [PATCH] comment typo/thinko/bizarro in engrave.c --- src/engrave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engrave.c b/src/engrave.c index 6c3e11207..4d76ffe94 100644 --- a/src/engrave.c +++ b/src/engrave.c @@ -1109,7 +1109,7 @@ doengrave(void) You("%s the %s with %s%s.", de->everb, de->eloc, /* since doname() yields "N items" when quantity is more than one, match that by using "1 of" rather than "one of" when - informating the player that the stack will be split */ + informing the player that the stack will be split */ (de->type == ENGRAVE && de->otmp->quan > 1L) ? "1 of " : "", doname(de->otmp)); else