From b0ed14492f4344a3c3247fdc206fad74a2973bfe Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 23 Sep 2009 21:50:33 -0500 Subject: Add spelling fixes. --- crawl-ref/source/effects.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/effects.cc') 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. -- cgit v1.2.3-54-g00ecf