From 8509ab3cd1b2ad8f86a39767f87e41fe6f33b329 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 14 Dec 2007 04:25:25 +0000 Subject: Fix a comment typo. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3062 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/randart.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/randart.cc') diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc index 870eddfc60..82d45c3b2a 100644 --- a/crawl-ref/source/randart.cc +++ b/crawl-ref/source/randart.cc @@ -922,7 +922,7 @@ void randart_desc_properties( const item_def &item, if (!force_fake_props) return; - // For auto-inscribing randart jewellry, force_fake_props folds as + // For auto-inscribing randart jewellery, force_fake_props folds as // much info about the base type as possible into the randarts // property struct. @@ -2025,7 +2025,7 @@ bool make_item_fixed_artefact( item_def &item, bool in_abyss, int which ) item.special = which; item.quantity = 1; - // Items originally generated in the abyss and not found will be + // Items originally generated in the abyss and not found will be // shifted to "lost in abyss", and will only be found there. -- bwr set_unique_item_status( OBJ_WEAPONS, which, UNIQ_EXISTS ); -- cgit v1.2.3-54-g00ecf