summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-maps.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-09-03 11:11:43 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-09-03 11:11:43 +0200
commit56dd5ad556893412a3ff6a930d7b8d3d7c306a44 (patch)
tree76c206ab0bab3ab4374aae344a659ee48b56981c /crawl-ref/source/dbg-maps.cc
parent9a45bfaa77dd389f743256825d616f46f4b59164 (diff)
downloadcrawl-ref-56dd5ad556893412a3ff6a930d7b8d3d7c306a44.tar.gz
crawl-ref-56dd5ad556893412a3ff6a930d7b8d3d7c306a44.zip
Typo fix.
Diffstat (limited to 'crawl-ref/source/dbg-maps.cc')
-rw-r--r--crawl-ref/source/dbg-maps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc
index 63266c3898..73ce8311b3 100644
--- a/crawl-ref/source/dbg-maps.cc
+++ b/crawl-ref/source/dbg-maps.cc
@@ -179,7 +179,7 @@ static void mg_build_levels(int niters)
{
mesclr();
mprf("On %d of %d; %d g, %d fail, %u err%s, %u uniq, "
- "%d try, %d (%.2lf%%) vetos",
+ "%d try, %d (%.2lf%%) vetoes",
i, niters,
mg_levels_tried, mg_levels_failed,
(unsigned int)mapgen_errors.size(),