summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 07:24:17 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 07:24:17 +0000
commit1733067254ea91e95f1e77015ec3fd71c6424186 (patch)
tree234270c1688a19b998f67349a1661d4c135b1df3 /crawl-ref/source/items.cc
parent75ffb38b0b37ff9e70d4bedf1607ba7e637fba48 (diff)
downloadcrawl-ref-1733067254ea91e95f1e77015ec3fd71c6424186.tar.gz
crawl-ref-1733067254ea91e95f1e77015ec3fd71c6424186.zip
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
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
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) )