summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-22 22:01:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-22 22:01:15 +0000
commit7bc3a2b9ca760f6672cd5bf4dc3ab808a8f5567b (patch)
treea117a3ec32f69084b0230c1fd3d1c17d764cb185 /crawl-ref/source/xom.cc
parentee49cc369eed9e0dad24925cce49db94f0762700 (diff)
downloadcrawl-ref-7bc3a2b9ca760f6672cd5bf4dc3ab808a8f5567b.tar.gz
crawl-ref-7bc3a2b9ca760f6672cd5bf4dc3ab808a8f5567b.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9677 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 067c069513..214924ffcc 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -851,7 +851,7 @@ static bool _choose_chaos_upgrade(const monsters* mon)
// God gifts from good gods will be protected by their god from
// being given chaos weapons, while other gods won't mind the help
- // in their servants killing the player.
+ // in their servants' killing the player.
if (is_good_god(mon->god))
return (false);