summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index c117b049f0..28dfc56204 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1758,10 +1758,10 @@ bool cast_sanctuary(const int power)
if (cloud_count == 1)
mprf(MSGCH_GOD, "By Zin's power, the foul cloud within the "
- " Sanctuary is swept away.");
+ " sanctuary is swept away.");
else if (cloud_count > 1)
mprf(MSGCH_GOD, "By Zin's power, all foul fumes within the "
- " Sanctuary are swept away.");
+ " sanctuary are swept away.");
return (true);
}