summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 93b42bae76..508a83cb94 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1702,7 +1702,7 @@ bool cast_tukimas_dance(int pow, god_type god,
success = false;
else if (success)
// Copy item now so that mitm[i] is occupied and doesn't get picked
- // by get_item_slot() when giving the dancing weapon it's item
+ // by get_item_slot() when giving the dancing weapon its item
// during create_monster().
mitm[i] = you.inv[wpn];