summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 18:46:20 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 18:47:04 -0500
commit2a304ef0dae95c80af6445ebbc00e146a56809ac (patch)
treec364b36991fdd39417bc2baab85fd5dddd435409 /crawl-ref/source/makeitem.cc
parent76fe900e18bef7b289fe2e0bcf1fd7300226106f (diff)
downloadcrawl-ref-2a304ef0dae95c80af6445ebbc00e146a56809ac.tar.gz
crawl-ref-2a304ef0dae95c80af6445ebbc00e146a56809ac.zip
Comment fix.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 77dc33ddd5..c5ca03f7d5 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3829,7 +3829,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
case MONS_GERYON:
//mv: Probably should be moved out of this switch, but it's not
- //worth of it, unless we have more monsters with misc. items.
+ //worth it, unless we have more monsters with misc. items.
item.base_type = OBJ_MISCELLANY;
item.sub_type = MISC_HORN_OF_GERYON;
break;