summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index d062422cd9..8a281b7dcf 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -754,7 +754,7 @@ static void _mummy_curse(monsters* monster, killer_type killer, int index)
mpr("You feel extremely nervous for a moment...",
MSGCH_MONSTER_SPELL);
else if (you.can_see(target))
- mprf(MSGCH_MONSTER_SPELL, "A malignant arua surrounds %s.",
+ mprf(MSGCH_MONSTER_SPELL, "A malignant aura surrounds %s.",
target->name(DESC_NOCAP_THE).c_str());
MiscastEffect(target, monster_index(monster), SPTYP_NECROMANCY,
pow, random2avg(88, 3), "a mummy death curse");