summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 66fdae17a2..71fbcb5048 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6523,7 +6523,7 @@ bool feawn_protects(const monsters * target)
return target && feawn_protects_species(target->mons_species());
}
-// Feawn neutralizes most plants and fungi but skips toadstools to prevent
+// Feawn neutralises most plants and fungi but skips toadstools to prevent
// message spam (and killing them doesn't even cause piety loss).
bool feawn_neutralises(const monsters * target)
{