summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/descript/gods.txt5
-rw-r--r--crawl-ref/source/religion.cc2
2 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/descript/gods.txt b/crawl-ref/source/dat/descript/gods.txt
index 410d11b908..6f15de703b 100644
--- a/crawl-ref/source/dat/descript/gods.txt
+++ b/crawl-ref/source/dat/descript/gods.txt
@@ -126,7 +126,7 @@ Zin powers
Zin grants followers the ability to preach to the unenlightened masses with
various results. Later, followers will gain the power to help them purify and
strengthen their body, and eventually they can find temporary safety in a
-divine refuge. Apart from that, Zin may occasionally directly intervene to
+divine refuge. Apart from that, Zin may occasionally directly intervene to
save a follower's life.
%%%%
The Shining One powers
@@ -189,7 +189,8 @@ followers with weapons focused on damage.
%%%%
Nemelex Xobeh powers
-The Trickster's followers gain various ways to influence fate when playing cards.
+The Trickster's followers gain various ways to influence fate when playing
+cards.
%%%%
Elyvilon powers
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 9cc12f70d4..04f111eacb 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -700,7 +700,7 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/)
std::string text = god_name(which_god);
text += " dislikes it when you ";
text += comma_separated_line(dislikes.begin(), dislikes.end(),
- " or ", ", ");
+ ", or ", ", ");
text += ".";
return (text);