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/directn.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index 301ac61143..328896c011 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -1434,7 +1434,7 @@ void direction(dist& moves, targeting_type restricts, allow_out_of_range = true; } // intentional fall-through - case CMD_TARGET_SELECT: // finalize current choice + case CMD_TARGET_SELECT: // finalise current choice if (!moves.isEndpoint) { const monsters* m = monster_at(moves.target); @@ -1666,7 +1666,7 @@ void direction(dist& moves, targeting_type restricts, if (_dist_ok(moves, allow_out_of_range ? -1 : range, mode, may_target_self, cancel_at_self)) { - // Finalize whatever is inside the loop + // Finalise whatever is inside the loop // (moves-internal finalizations can be done later). moves.choseRay = show_beam; moves.ray = ray; -- cgit v1.2.3-54-g00ecf