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/abl-show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index 84ee18ceb2..95dbc29ccd 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -425,7 +425,7 @@ const std::string make_cost_description(ability_type ability) if (!ret.str().empty()) ret << ", "; - ret << "Food"; // randomized and amount hidden from player + ret << "Food"; // randomised and amount hidden from player } if (abil.piety_cost) @@ -433,7 +433,7 @@ const std::string make_cost_description(ability_type ability) if (!ret.str().empty()) ret << ", "; - ret << "Piety"; // randomized and amount hidden from player + ret << "Piety"; // randomised and amount hidden from player } if (abil.flags & ABFLAG_BREATH) -- cgit v1.2.3-54-g00ecf