summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
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)