summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-09 02:15:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-09 02:15:10 +0000
commit88f39cd2d9a9c0c337988e24deca86267da5bb30 (patch)
tree6c609584606fd82c1f6b6255b54e561a9ffdfc17 /crawl-ref/source/chardump.cc
parentadc7a6d8bb89cbb457c43afd904f6f99344e493a (diff)
downloadcrawl-ref-88f39cd2d9a9c0c337988e24deca86267da5bb30.tar.gz
crawl-ref-88f39cd2d9a9c0c337988e24deca86267da5bb30.zip
[1866013] Fix character dump log typos.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3229 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 841423b2bb..3577e7e82e 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -394,17 +394,17 @@ static void sdump_turns_by_place(dump_params &par)
std::vector<PlaceInfo> all_visited =
you.get_all_place_info(true);
- text +=
+ text +=
"Table legend:\n"
" A = Turns spent in this place as a percentage of turns spent in the\n"
" entire game.\n"
-" B = Non-inter-level travel turns spent in this place as a perecentage of\n"
+" B = Non-inter-level travel turns spent in this place as a percentage of\n"
" non-inter-level travel turns spent in the entire game.\n"
-" C = Inter-level travel turns spent in this place as a perecentage of\n"
+" C = Inter-level travel turns spent in this place as a percentage of\n"
" turns spent in this place.\n"
" D = Turns resting spent in this place as a percentage of non-inter-level\n"
" travel turns spent in this place.\n"
-" E = Turns spent auto-exloring this place as a percentage of\n"
+" E = Turns spent auto-exploring this place as a percentage of\n"
" non-inter-level travel turns spent in this place.\n"
" F = Non-inter-level travel turns spent in this place divided by the\n"
" number of levels of this place that you've seen.\n\n";