summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 73a025c069..61ee304140 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -2207,8 +2207,8 @@ void exercise_spell( spell_type spell, bool spc, bool success )
const int diff = spell_difficulty(spell);
// Fill all disciplines into a vector, then shuffle the vector, and
- // train in that random order. That way, small xp pools don't always
- // train exclusively the first skill.
+ // exercise skills in that random order. That way, small xp pools
+ // don't always train exclusively the first skill.
std::vector<int> disc;
for (int ndx = 0; ndx <= SPTYP_LAST_EXPONENT; ndx++)
{