fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -1853,7 +1853,7 @@ pickup_object(
if (res <= 0)
return res;
/* Whats left of the special case for gold :-) */
/* What's left of the special case for gold :-) */
if (obj->oclass == COIN_CLASS)
disp.botl = TRUE;
if (obj->quan != count && obj->otyp != LOADSTONE)