summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-24 23:14:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-24 23:14:25 +0000
commit351920562e07b657499a7f2c3a65377fd10e49a6 (patch)
tree5d377cb9b7a86c83b4838e4c41648bd55958f660 /crawl-ref/source/xom.cc
parent0e672fb6b2424528497812eb1422c6bbad5396dd (diff)
downloadcrawl-ref-351920562e07b657499a7f2c3a65377fd10e49a6.tar.gz
crawl-ref-351920562e07b657499a7f2c3a65377fd10e49a6.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9544 c06c8d41-db1a-0410-9941-cceddc491573
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++)