From 94d5d35e9b16cafcc39520a1c974c58ce24ddc86 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 11 May 2007 07:56:38 +0000 Subject: Spelling fixes (mainly from Dylan.) Fixes 1716479, 1715722. Except that I kept 'heavily armoured' (rather than 'heavily-armoured'.) We might want to be consistent as to whether we have single or double spacing after fullstops, but since both are used rather widely in the code I didn't fix it either way. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1447 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 3430247de6..b145a512fd 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -1555,7 +1555,7 @@ std::string status_mut_abilities() case SP_GHOUL: text += "saprovore 3"; - text += ", deterioriation"; + text += ", deterioration"; have_any = true; break; @@ -1915,7 +1915,7 @@ std::string status_mut_abilities() case MUT_DETERIORATION: if (have_any) text += ", "; - snprintf(info, INFO_SIZE, "deteriotation %d", level); + snprintf(info, INFO_SIZE, "deterioration %d", level); text += info; have_any = true; break; -- cgit v1.2.3-54-g00ecf