From 4b52d0ad9fe8f83d78545bc623b6e4d5ae530458 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 19 Mar 2008 23:43:19 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3735 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.cc') 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) { -- cgit v1.2.3-54-g00ecf