summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index a86458916c..85d9f49d6e 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1821,7 +1821,7 @@ bool monster_polymorph(monsters *monster, monster_type targetc,
// the monster is still a mermaid/siren.
update_beholders(monster, true);
- // Inform listenerns that the original monster is gone (and
+ // Inform listeners that the original monster is gone (and
// unlock the vaults on Slime:6 if it's the Royal Jelly which
// was changed).
_fire_monster_death_event(monster, KILL_MISC, NON_MONSTER);