summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 09:50:51 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 09:50:51 -0500
commit42c04eb9ff6b36614de58eb3017735071f710ce2 (patch)
treed38334c7d4483e086750961285273a73cdd7af20 /crawl-ref/source/hiscores.cc
parent3ed0f149cfa5f8e40ccb554c550415ac63c6895b (diff)
downloadcrawl-ref-42c04eb9ff6b36614de58eb3017735071f710ce2.tar.gz
crawl-ref-42c04eb9ff6b36614de58eb3017735071f710ce2.zip
Add more spelling fixes.
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 2b1a02db14..672982e9c4 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -425,7 +425,7 @@ static const char *kill_method_names[] =
"mon", "pois", "cloud", "beam", "deaths_door", "lava", "water",
"stupidity", "weakness", "clumsiness", "trap", "leaving", "winning",
"quitting", "draining", "starvation", "freezing", "burning",
- "wild_magic", "xom", "statue", "rotting", "targeting", "spore",
+ "wild_magic", "xom", "statue", "rotting", "targetting", "spore",
"tso_smiting", "petrification", "unknown", "something",
"falling_down_stairs", "acid", "curare", "melting", "bleeding",
"beogh_smiting", "divine_wrath", "bounce", "reflect", "self_aimed",
@@ -1677,7 +1677,7 @@ std::string scorefile_entry::death_description(death_desc_verbosity verbosity)
break;
case KILLED_BY_TARGETTING:
- desc += terse? "shot self" : "Killed themselves with bad targeting";
+ desc += terse? "shot self" : "Killed themselves with bad targetting";
needs_damage = true;
break;
@@ -1720,7 +1720,7 @@ std::string scorefile_entry::death_description(death_desc_verbosity verbosity)
case KILLED_BY_SELF_AIMED:
if (terse)
- desc += "suicidal targeting";
+ desc += "suicidal targetting";
else
{
desc += "Shot themselves with a ";