summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 23:43:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-19 23:43:19 +0000
commit4b52d0ad9fe8f83d78545bc623b6e4d5ae530458 (patch)
tree5b8d2db4e1e0975f9fca210cc1e2b4ac43fab195 /crawl-ref/source/monstuff.cc
parentc5103871e44d2c7829ecc2dacb2d904fbacf13de (diff)
downloadcrawl-ref-4b52d0ad9fe8f83d78545bc623b6e4d5ae530458.tar.gz
crawl-ref-4b52d0ad9fe8f83d78545bc623b6e4d5ae530458.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3735 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-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 118371c4c5..37a2bfc224 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1574,7 +1574,7 @@ static bool habitat_okay( const monsters *monster, dungeon_feature_type targ )
// last resort in this function (especially since Tome, Dig, and
// Summoning can be used to set up death traps). If worse comes
// to worse, at least consider making the Swap spell not work
-// when the player is over lava or water (if the player want's to
+// when the player is over lava or water (if the player wants to
// swap pets to their death, we can let that go). -- bwr
bool swap_places(monsters *monster)
{