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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index a382e7faf3..2d05ac57c8 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1774,7 +1774,7 @@ static bool _xom_summon_hostiles(int sever)
rc = cast_tukimas_dance(100, GOD_XOM, true);
else
{
- // The number of demons is dependant on severity, though heavily
+ // The number of demons is dependent on severity, though heavily
// randomized.
int numdemons = sever;
for (int i = 0; i < 3; i++)