summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 22:30:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 22:30:30 +0000
commitc673b814b5fafcb8bfc9e4fc0447240ed974afbc (patch)
tree0a670bce7c0905515e09fa4a97816f08859df511 /crawl-ref/source
parent8a0d0a083fa86e26b52378f3210877d579145482 (diff)
downloadcrawl-ref-c673b814b5fafcb8bfc9e4fc0447240ed974afbc.tar.gz
crawl-ref-c673b814b5fafcb8bfc9e4fc0447240ed974afbc.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5198 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 82888089a7..1106aab451 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -5184,7 +5184,7 @@ void monsters::apply_enchantment(const mon_enchant &me)
decay_enchantment(me, (NUM_SIZE_LEVELS - mon_size));
}
else // Large (and above) monsters always thrash the net and destroy it
- { // e.g. ogre, large zombie (large); centaur, nage, hydra (big).
+ { // e.g. ogre, large zombie (large); centaur, naga, hydra (big).
if (mons_near(this) && !player_monster_visible(this))
mpr("Something wriggles in the net.");