summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-21 02:12:09 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-21 02:12:09 +0200
commitd700b8292b54a0f8657d070f7a44e7530984b81f (patch)
treec38784a80be954433f4a5f904dc3741ca514d1d3 /crawl-ref/source/map_knowledge.cc
parent954b9448372c58dd9b2cbdf77183f7be7b5c2161 (diff)
downloadcrawl-ref-d700b8292b54a0f8657d070f7a44e7530984b81f.tar.gz
crawl-ref-d700b8292b54a0f8657d070f7a44e7530984b81f.zip
A typo.
Diffstat (limited to 'crawl-ref/source/map_knowledge.cc')
-rw-r--r--crawl-ref/source/map_knowledge.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/map_knowledge.cc b/crawl-ref/source/map_knowledge.cc
index 9a52ba796e..0accab5508 100644
--- a/crawl-ref/source/map_knowledge.cc
+++ b/crawl-ref/source/map_knowledge.cc
@@ -128,7 +128,7 @@ void set_terrain_seen(int x, int y)
_automap_from(x, y, _map_quality());
const bool boring = !is_notable_terrain(feat)
- // A portal deeper into the Zigguart is boring.
+ // A portal deeper into the Ziggurat is boring.
|| (feat == DNGN_ENTER_PORTAL_VAULT
&& you.level_type == LEVEL_PORTAL_VAULT)
// Altars in the temple are boring.