From b2b8a5c2aded5ab543beff9fcf3d4eb8d958c688 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Apr 2009 04:36:22 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9647 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') 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) -- cgit v1.2.3-54-g00ecf