summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-22 22:24:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-22 22:24:05 +0000
commit937e2dced0087e7a0faf29b984a741e2b469aa06 (patch)
tree2cc11679085c52d6b085e160d971bbd6ff02b1cc /crawl-ref/source/monstuff.cc
parentc713bd1b535d5c0750ac797459e992b51bee98ee (diff)
downloadcrawl-ref-937e2dced0087e7a0faf29b984a741e2b469aa06.tar.gz
crawl-ref-937e2dced0087e7a0faf29b984a741e2b469aa06.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6973 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-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");