summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-23 21:50:33 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-23 21:50:33 -0500
commitb0ed14492f4344a3c3247fdc206fad74a2973bfe (patch)
tree6521cddd673638b367a3f5f3677c12fca9686bfc /crawl-ref/source/newgame.cc
parentb8e97166ca3207b75e437f852679c8c4b8e75b6c (diff)
downloadcrawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.tar.gz
crawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.zip
Add spelling fixes.
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-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 ef1047a5ad..e65a8a3ddf 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1314,7 +1314,7 @@ game_start:
// Needs to be done before handing out food.
give_basic_mutations(you.species);
- // This function depends on stats and mutations being finalized.
+ // This function depends on stats and mutations being finalised.
// Returns false if Backspace on god/weapon/... selection.
if (!_give_items_skills())
{
@@ -1386,7 +1386,7 @@ game_start:
origin_set_inventory(origin_set_startequip);
// We calculate hp and mp here; all relevant factors should be
- // finalized by now. (GDL)
+ // finalised by now. (GDL)
calc_hp();
calc_mp();