fix typo reported in b9ff8068 from Sept 2024

This commit is contained in:
nhmall
2025-02-09 10:52:21 -05:00
parent 6c9d4df4a6
commit 10e5d2121c

View File

@@ -4107,7 +4107,7 @@ saving_grace(int dmg)
to phrase this though; classifying it as a spoiler will hide it
from #chronicle during play but show it to livelog observers */
livelog_printf(LL_CONDUCT | LL_SPOILER, "%s (%d damage, %d/%d HP)",
"survived one-shot death via saving-grave",
"survived one-shot death via saving-grace",
dmg, u.uhp, u.uhpmax);
/* note: this could reduce dmg to 0 if u.uhpmax==1 */