summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 04:36:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 04:36:22 +0000
commitb2b8a5c2aded5ab543beff9fcf3d4eb8d958c688 (patch)
treedce054f8935859a157cbc794261601319295f091 /crawl-ref/source/itemprop.cc
parentd51c04cc4126774141c1585cb7f9446ade141e7d (diff)
downloadcrawl-ref-b2b8a5c2aded5ab543beff9fcf3d4eb8d958c688.tar.gz
crawl-ref-b2b8a5c2aded5ab543beff9fcf3d4eb8d958c688.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9647 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index faea323e9a..6324284214 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1585,8 +1585,8 @@ hands_reqd_type hands_reqd( const item_def &item, size_type size )
case OBJ_WEAPONS:
// Merging staff with magical staves for consistency... doing
// as a special case because we want to be very flexible with
- // these useful objects (we want spriggans and ogre magi to
- // be able to use them).
+ // these useful objects (we want spriggans and ogres to be
+ // able to use them).
if (item.base_type == OBJ_STAVES || weapon_skill(item) == SK_STAVES)
{
if (size < SIZE_SMALL)