comment typo/thinko/bizarro in engrave.c

This commit is contained in:
PatR
2024-04-27 15:15:53 -07:00
parent 1d7abb0b58
commit f652fdd686

View File

@@ -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