summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-19 11:46:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-19 11:46:56 +0000
commit7ca7077ed3e60d71c79c22e07fd0d2491b861ca3 (patch)
treedb3896e6f634961aa42fa6e4f5a9aba7df2bd521 /crawl-ref/source/itemprop.cc
parentf7400641cfa6ec4d8bc2d9220a270b2b90c43bc8 (diff)
downloadcrawl-ref-7ca7077ed3e60d71c79c22e07fd0d2491b861ca3.tar.gz
crawl-ref-7ca7077ed3e60d71c79c22e07fd0d2491b861ca3.zip
Use "jewelled" as canonical spelling.
Dropped OOD generation again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2019 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 6cf6034f87..9e326a494f 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -2360,7 +2360,7 @@ std::string item_base_name(const item_def &item)
(dhelm == THELM_DESC_PLUMED) ? "plumed " :
(dhelm == THELM_DESC_SPIKED) ? "spiked " :
(dhelm == THELM_DESC_VISORED) ? "visored " :
- (dhelm == THELM_DESC_JEWELLED) ? "jeweled "
+ (dhelm == THELM_DESC_JEWELLED) ? "jewelled "
: "buggy ";
}