summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-01-10 15:34:50 -0600
committerJesse Luehrs <doy@tozt.net>2010-01-10 15:34:50 -0600
commit2ec2ff85d8907ce3b44ed8b54d300f5c9bd32125 (patch)
treeb9f75a6998bcec9bbb961bd99f56aebbe282d53e /crawl-ref/source/dungeon.cc
parent4671c6a94508ce36afbfe653d1f6f327d02e9674 (diff)
downloadcrawl-ref-2ec2ff85d8907ce3b44ed8b54d300f5c9bd32125.tar.gz
crawl-ref-2ec2ff85d8907ce3b44ed8b54d300f5c9bd32125.zip
typo fix
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 4c54ea6d17..3706b4125c 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -1788,7 +1788,7 @@ static void _build_overflow_temples(int level_number)
if (!dgn_ensure_vault_placed(_build_vaults(level_number, vault), false))
{
#ifdef DEBUG_TEMPLES
- mprf(MSGCH_DIAGNOSTICS, "Couldn't place overlfow temple '%s', "
+ mprf(MSGCH_DIAGNOSTICS, "Couldn't place overflow temple '%s', "
"vetoing level.", vault->name.c_str());
#endif
return;