summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
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/describe.h
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/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 9c032f8e7e..efef39a872 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -23,7 +23,7 @@
/* ***********************************************************************
* called from: chardump - spells4
* *********************************************************************** */
-bool is_dumpable_artifact( const item_def &item, bool verbose );
+bool is_dumpable_artefact( const item_def &item, bool verbose );
// last updated 12may2000 {dlb}
/* ***********************************************************************