summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-20 07:06:33 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-20 07:06:33 +0000
commitb31de410dd1c21ca6e63d823ecd2619b6bfa7299 (patch)
tree9010628a8524e3648350ba59d0902d6436f6948f /crawl-ref/source/item_use.cc
parentefb6b63c27fab83612572f7ebba318f40886e1d7 (diff)
downloadcrawl-ref-b31de410dd1c21ca6e63d823ecd2619b6bfa7299.tar.gz
crawl-ref-b31de410dd1c21ca6e63d823ecd2619b6bfa7299.zip
Correct "artifact" to "artefact".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1607 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index c89044ce54..271852cd2d 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3637,7 +3637,7 @@ void use_randart(const item_def &item)
if (!alreadyknown && dangerous)
{
- // Xom loves it when you use an unknown random artifact and
+ // Xom loves it when you use an unknown random artefact and
// there is a dangerous monster nearby...
xom_is_stimulated(256);
}