From 1733067254ea91e95f1e77015ec3fd71c6424186 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 20 May 2008 07:24:17 +0000 Subject: Rename static methods in travel.cc and terrain.cc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5146 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/items.cc') diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index f9f75c581d..eabb7fab8b 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -739,7 +739,7 @@ static int item_name_specialness(const item_def& item) return 1; } - // You can tell something is an artefacts, because they'll have a + // You can tell something is an artefact, because it'll have a // description which rules out anything else. // XXX Fixedarts and unrandarts might upset the apple-cart, though. if ( is_artefact(item) ) -- cgit v1.2.3-54-g00ecf