summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 18b3ea78ae..9026e9e7ab 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1342,7 +1342,7 @@ static int _find_acquirement_subtype(object_class_type class_wanted,
best_spell = best_skill( SK_SPELLCASTING, (NUM_SKILLS-1), 99 );
- // If we're going to give out an enhancer stave,
+ // If we're going to give out an enhancer staff,
// we should at least bias things towards the
// best spell skill. -- bwr
switch (best_spell)