summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
commit8ac5a44c68917fa44982063b71092573f49036e0 (patch)
treece659eff3dabfc71bd5bc5f195b3baf3608d4d4f /crawl-ref/source/directn.cc
parent5358f5b16d339fdc1462138340e8b4fb27cd799a (diff)
downloadcrawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.tar.gz
crawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.zip
s/Dithmengos/Dithmenos/ (dpeg).
At least three devs are probably waiting for this to be pushed if they're not about to push it themselves. So now it's done.
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 5f2ffe1edc..9906da52cc 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3244,8 +3244,8 @@ static string _base_feature_desc(dungeon_feature_type grid, trap_type trap)
return "snail-covered altar of Cheibriados";
case DNGN_ALTAR_ASHENZARI:
return "shattered altar of Ashenzari";
- case DNGN_ALTAR_DITHMENGOS:
- return "shadowy altar of Dithmengos";
+ case DNGN_ALTAR_DITHMENOS:
+ return "shadowy altar of Dithmenos";
case DNGN_FOUNTAIN_BLUE:
return "fountain of clear blue water";