summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
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) )