summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 13:15:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 13:15:25 +0000
commit66c0054398335a6929dd22d3690775027b9906b6 (patch)
tree575e485a82363130117860629287bdc34704d615 /crawl-ref
parentbb1feaf33596890e188b86ac5b09ee7e9c222e48 (diff)
downloadcrawl-ref-66c0054398335a6929dd22d3690775027b9906b6.tar.gz
crawl-ref-66c0054398335a6929dd22d3690775027b9906b6.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10269 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/newgame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 646ae7139d..c5c65c21b5 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3639,7 +3639,7 @@ static void _create_wanderer(void)
you.skills[skill]++;
}
- // Demigods can't use invocations so we'll swap it for something else
+ // Demigods can't use invocations, so we'll swap it for something else.
if (you.species == SP_DEMIGOD && you.skills[SK_INVOCATIONS])
{
do
@@ -3708,7 +3708,7 @@ static void _create_wanderer(void)
// Wanderers have at least seen one type of potion, and if they
// don't get anything else good, they'll get to keep this one...
- // Note: even if this is taken away, the knowledge of the potion
+ // Note: Even if this is taken away, the knowledge of the potion
// type is still given to the character.
_give_random_potion(3);