summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 20:23:03 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 20:23:03 +0000
commit5408e069ec778214f8a3fe07a4d871070823891b (patch)
tree1259cf8049995baa37ab1557c7ef29ca5aa52c07 /crawl-ref/source/describe.cc
parentd8eeb07bf12f70a9dc2f72845e3b839f8fa3e664 (diff)
downloadcrawl-ref-5408e069ec778214f8a3fe07a4d871070823891b.tar.gz
crawl-ref-5408e069ec778214f8a3fe07a4d871070823891b.zip
Fix spelling.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6373 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 689966df92..3cc763da2a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1343,7 +1343,7 @@ static std::string _describe_armour( const item_def &item, bool verbose )
}
description += "$It fits ";
- description += (race == ISFLAG_DWARVEN) ? "dwarves" :
+ description += (race == ISFLAG_DWARVEN) ? "dwarfs" :
(race == ISFLAG_ELVEN) ? "elves"
: "orcs";
description += " well.";