summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index c30b6de665..d00b4e6881 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1161,7 +1161,7 @@ static bool _xom_send_allies(int sever)
{
bool rc = false;
// The number of allies is dependent on severity, though heavily
- // randomized.
+ // randomised.
int numdemons = sever;
for (int i = 0; i < 3; i++)
numdemons = random2(numdemons + 1);
@@ -2648,7 +2648,7 @@ static bool _xom_summon_hostiles(int sever)
else
{
// The number of demons is dependent on severity, though heavily
- // randomized.
+ // randomised.
int numdemons = sever;
for (int i = 0; i < 3; i++)
numdemons = random2(numdemons+1);