Skip to content

Commit

Permalink
Fix typo: %s winks out of existience
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 25, 2023
1 parent a9d5b3a commit 647843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ mcalcdistress()
if (mtmp->msummoned && mtmp->msummoned == 1) {
if (canseemon(mtmp))
pline(Hallucination ? "%s folds in on itself!"
: "%s winks out of existience.", Monnam(mtmp));
: "%s winks out of existence.", Monnam(mtmp));
for (obj = mtmp->minvent; obj; obj = otmp) {
otmp = obj->nobj;
obj_extract_self(obj);
Expand Down

0 comments on commit 647843c

Please sign in to comment.