summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-19 08:03:17 +0100
committerNeil Moore <neil@s-z.org>2013-11-20 01:50:52 -0500
commit5954721b74ecaa57fed2dc9e5bdf8a555baef4ba (patch)
treeed332410fe5a2102297131f033efdd5fe76726bf /crawl-ref/source/mapdef.cc
parent89a65913d3f61990746d644f8b69d7cc635f1141 (diff)
downloadcrawl-ref-5954721b74ecaa57fed2dc9e5bdf8a555baef4ba.tar.gz
crawl-ref-5954721b74ecaa57fed2dc9e5bdf8a555baef4ba.zip
Fix typos, "Che" -> "Chei"
Committer's note: Solo vas a matar a un hombre.
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index c5442328e0..2876520e75 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -4579,7 +4579,7 @@ void item_list::set_from_slot(const item_list &list, int slot_index)
items.push_back(list.items[slot_index]);
}
-// TODO: More checking for innapropriate combinations, like the holy
+// TODO: More checking for inappropriate combinations, like the holy
// wrath brand on a demonic weapon or the running ego on a helmet.
// NOTE: Be sure to update the reference in syntax.txt if this gets moved!
static int _str_to_ego(item_spec &spec, string ego_str)