summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-14 04:25:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-14 04:25:25 +0000
commit8509ab3cd1b2ad8f86a39767f87e41fe6f33b329 (patch)
treef3c4188afbd1d19cccdc91d06364a013e181c5fe /crawl-ref/source/randart.cc
parent8b14a9ec9150142c2e83e3a996e11ca50282fe5b (diff)
downloadcrawl-ref-8509ab3cd1b2ad8f86a39767f87e41fe6f33b329.tar.gz
crawl-ref-8509ab3cd1b2ad8f86a39767f87e41fe6f33b329.zip
Fix a comment typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3062 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc4
1 files changed, 2 insertions, 2 deletions
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 );