summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.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/effects.cc
parentb8e97166ca3207b75e437f852679c8c4b8e75b6c (diff)
downloadcrawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.tar.gz
crawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.zip
Add spelling fixes.
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index f8d9ba6a3f..31cdaa814b 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -591,7 +591,7 @@ bool forget_spell(void)
bool lose_stat(unsigned char which_stat, unsigned char stat_loss, bool force,
const char *cause, bool see_source)
{
- bool statLowered = false; // must initialize to false {dlb}
+ bool statLowered = false; // must initialise to false {dlb}
char *ptr_stat = NULL;
bool *ptr_redraw = NULL;
char newValue = 0; // holds new value, for comparison to old {dlb}
@@ -2286,7 +2286,7 @@ bool recharge_wand(int item_slot)
charged ? "glows" : "flickers",
desc.c_str());
- // Reinitialize zap counts.
+ // Reinitialise zap counts.
wand.plus = new_charges;
wand.plus2 = (charged ? ZAPCOUNT_RECHARGED : ZAPCOUNT_MAX_CHARGED);
}
@@ -3628,7 +3628,7 @@ void handle_time(long time_delta)
added_contamination--;
// Only punish if contamination caused by mutagenic randarts.
- // (Haste and invisibility already penalized earlier.)
+ // (Haste and invisibility already penalised earlier.)
contaminate_player( added_contamination, mutagenic_randart );
// Only check for badness once every other turn.