summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-08 23:16:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-08 23:16:10 +0000
commit59c34de89668ac7ab410ed94cf158dc0038ca49c (patch)
treea8c83f23f90d650284357187d38d5e7b4f8a62e8
parentdca278f491535917fc03ecdf94b01a65398e7e6c (diff)
downloadcrawl-ref-59c34de89668ac7ab410ed94cf158dc0038ca49c.tar.gz
crawl-ref-59c34de89668ac7ab410ed94cf158dc0038ca49c.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7792 c06c8d41-db1a-0410-9941-cceddc491573
-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());