From 5d680990c15806bab201b3ef9186844e7759b479 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 1 Jul 2008 14:30:23 +0000 Subject: Typo fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6291 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') 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) -- cgit v1.2.3-54-g00ecf