summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc4
1 files changed, 2 insertions, 2 deletions
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;