summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:30:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:30:23 +0000
commit5d680990c15806bab201b3ef9186844e7759b479 (patch)
tree075c83f637f58565d81a47ce8802f36cd0097b94 /crawl-ref/source/effects.cc
parent60f69de780fc9c41cf8ca31d2301b589573aae17 (diff)
downloadcrawl-ref-5d680990c15806bab201b3ef9186844e7759b479.tar.gz
crawl-ref-5d680990c15806bab201b3ef9186844e7759b479.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6291 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-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)