summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index c1ac0e90ad..b78045eea0 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2430,7 +2430,7 @@ void MiscastEffect::do_miscast()
sp_type = school;
if (sp_type == SPTYP_RANDOM)
{
- // XXX: Monsters currently have no divintation miscasts.
+ // XXX: Monsters currently have no divination miscasts.
do
{
int exp = (random2(SPTYP_LAST_EXPONENT));
@@ -2803,7 +2803,7 @@ void MiscastEffect::_conjuration(int severity)
break;
case 1:
you_msg = "You are caught in a violent explosion!";
- mon_msg_seen = "@The_monster@ is caugh in a violent explosion!";
+ mon_msg_seen = "@The_monster@ is caught in a violent explosion!";
mon_msg_unseen = "A violent explosion happens from "
"out of thin air!";