summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mutation.cc2
-rw-r--r--crawl-ref/source/religion.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 729d46df4b..ee62926516 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -2372,7 +2372,7 @@ bool delete_mutation(mutation_type which_mutation, bool failMsg,
static int body_covered(void)
{
- // checks how much of your body is covered by scales, etc.
+ // Check how much of your body is covered by scales, etc.
int covered = 0;
if (you.species == SP_NAGA)
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 68824f6002..679111ffea 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -518,7 +518,7 @@ static void _inc_gift_timeout(int val)
you.gift_timeout += val;
} // end inc_gift_timeout()
-// Only Yredelemnul and Okawaru use this for now
+// Only Yredelemnul and Okawaru use this for now.
static monster_type _random_servant(god_type god)
{
// error trapping {dlb}