summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
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);