summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 19:50:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 19:50:38 +0000
commit2af2ded06186dd52ca9afd658203cd18c0d3d416 (patch)
tree250b8ed82588a60db12568f6de488da6ebbe3db6 /crawl-ref/source/monplace.cc
parentf0c54ae2b5ef64fa7ca801ef3c4db9eedde698fd (diff)
downloadcrawl-ref-2af2ded06186dd52ca9afd658203cd18c0d3d416.tar.gz
crawl-ref-2af2ded06186dd52ca9afd658203cd18c0d3d416.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8333 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 0a0574b523..01556be79b 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -584,7 +584,7 @@ static monster_type _resolve_monster_type(monster_type mon_type,
place = level_id::from_packed_place(base);
// If lev_mons is set to you.your_level, it was probably
// set as a default meaning "the current dungeon depth",
- // which for a portal vault using it's own definition
+ // which for a portal vault using its own definition
// of random monsters means "the depth of whatever place
// we're using for picking the random monster".
if (*lev_mons == you.your_level)