summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 081c99a1e4..0b5d04d61b 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3394,8 +3394,8 @@ void divine_retribution( god_type god )
ASSERT(god != GOD_NO_GOD);
// Good gods don't use divine retribution on their followers, and
- // other gods don't use divine retribution on followers of gods they
- // don't hate.
+ // gods don't use divine retribution on followers of gods they don't
+ // hate.
if ((god == you.religion && is_good_god(god))
|| (god != you.religion && !god_hates_your_god(god)))
{