summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature-data.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-14 10:02:13 -0400
committerNeil Moore <neil@s-z.org>2014-07-14 10:02:13 -0400
commit844227159e91e64c90bbb66da27f92028f938cbf (patch)
treeb7a5074e7600c7d2f7ad8889d1a10a361cb73247 /crawl-ref/source/feature-data.h
parent43cca0e4b26b6318e1177de229e45a4b9b4064ad (diff)
downloadcrawl-ref-844227159e91e64c90bbb66da27f92028f938cbf.tar.gz
crawl-ref-844227159e91e64c90bbb66da27f92028f938cbf.zip
Correct a few feature name typos.
Diffstat (limited to 'crawl-ref/source/feature-data.h')
-rw-r--r--crawl-ref/source/feature-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/feature-data.h b/crawl-ref/source/feature-data.h
index 83bdf75e35..98010b7782 100644
--- a/crawl-ref/source/feature-data.h
+++ b/crawl-ref/source/feature-data.h
@@ -228,7 +228,7 @@ static feature_def feat_defs[] =
TRAP(DNGN_TRAP_MECHANICAL, "mechanical trap", "trap_mechanical", LIGHTCYAN),
TRAP(DNGN_TRAP_TELEPORT, "teleport trap", "trap_teleport", LIGHTBLUE),
TRAP(DNGN_TRAP_ALARM, "alarm trap", "trap_alarm", LIGHTRED),
-TRAP(DNGN_TRAP_ZOT, "zot trap", "trap_zot", LIGHTMAGENTA),
+TRAP(DNGN_TRAP_ZOT, "Zot trap", "trap_zot", LIGHTMAGENTA),
TRAP(DNGN_PASSAGE_OF_GOLUBRIA, "passage of Golubria", "passage of golubria", GREEN),
TRAP(DNGN_TRAP_SHAFT, "shaft", "shaft", BROWN),
TRAP(DNGN_TRAP_WEB, "web", "trap_web", LIGHTGREY),
@@ -435,7 +435,7 @@ BRANCH_EXIT(DNGN_RETURN_FROM_BLADE, "staircase back to the Vaults", "return_from
BRANCH_ENTRANCE(DNGN_ENTER_LAIR, "staircase to the Lair", "enter_lair"),
BRANCH_EXIT(DNGN_RETURN_FROM_LAIR, "staircase back to the Dungeon", "return_from_lair"),
-BRANCH_ENTRANCE(DNGN_ENTER_CRYPT, "staircase to the Crpyt", "enter_crypt"),
+BRANCH_ENTRANCE(DNGN_ENTER_CRYPT, "staircase to the Crypt", "enter_crypt"),
BRANCH_EXIT(DNGN_RETURN_FROM_CRYPT, "staircase back to the Vaults", "return_from_crypt"),
BRANCH_ENTRANCE(DNGN_ENTER_TEMPLE, "staircase to the Ecumenical Temple", "enter_temple"),