summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 00:56:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 00:56:02 +0000
commit9578f871072202a78ceab3e66813fd33bb259c22 (patch)
tree012f60b97316e11e828e221e82f0bf378607e71b
parentdd34bc7bf8b38a93cffba657eb2658a48c2dacff (diff)
downloadcrawl-ref-9578f871072202a78ceab3e66813fd33bb259c22.tar.gz
crawl-ref-9578f871072202a78ceab3e66813fd33bb259c22.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7928 c06c8d41-db1a-0410-9941-cceddc491573
-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);