summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-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)
{