summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/item_use.cc2
-rw-r--r--crawl-ref/source/mon-util.cc2
-rw-r--r--crawl-ref/source/xom.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 51250a0145..f20ff2e789 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -634,7 +634,7 @@ void wield_effects(int item_wield_2, bool showMsgs)
break;
case SPWPN_CHAOS:
- mpr("It is briefly surrounded by a scintillating arua "
+ mpr("It is briefly surrounded by a scintillating aura "
"of random colours.");
break;
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index f08f723190..1b7ad4635c 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3706,7 +3706,7 @@ void monsters::equip_weapon(item_def &item, int near, bool msg)
mpr("Its appearance distorts for a moment.");
break;
case SPWPN_CHAOS:
- mpr("It is briefly surrounded by a scintillating arua of "
+ mpr("It is briefly surrounded by a scintillating aura of "
"random colours.");
break;
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index dd75840a3f..935a210c3e 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -600,7 +600,7 @@ static void _do_chaos_upgrade(item_def &item, const monsters* mon)
msg += item.name(DESC_PLAIN, false, false, false);
- msg += " is briefly surrounded by a scintillating arua of "
+ msg += " is briefly surrounded by a scintillating aura of "
"random colours.";
mpr(msg.c_str());