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/ghost.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/ghost.cc') diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc index fd24a3d77f..81bab51106 100644 --- a/crawl-ref/source/ghost.cc +++ b/crawl-ref/source/ghost.cc @@ -859,8 +859,8 @@ bool debug_check_ghosts() for (unsigned int k = 0; k < ghosts.size(); ++k) { ghost_demon ghost = ghosts[k]; - // Values greater than the allowed maximum or less then the allowed - // minimum signalize bugginess. + // Values greater than the allowed maximum or less then the + // allowed minimum signalise bugginess. if (ghost.damage < 0 || ghost.damage > MAX_GHOST_DAMAGE) return (false); if (ghost.max_hp < 1 || ghost.max_hp > MAX_GHOST_HP) -- cgit v1.2.3-54-g00ecf