summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 7eca8ee3c4..be8174efc1 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -566,7 +566,7 @@ namespace arena
{
if (faction_a.won || faction_b.won)
{
- mpr("Both factions alive but one delcared the winner.",
+ mpr("Both factions alive but one declared the winner.",
MSGCH_ERROR);
more();
faction_a.won = false;