summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
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 933495d422..432fa4801e 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -897,7 +897,7 @@ void randart_desc_properties( const item_def &item,
randart_prop_type fake_rap = RAP_NUM_PROPERTIES;
int fake_plus = 1;
- // The base jewelery type is one whose property is revealed by
+ // The base jewellery type is one whose property is revealed by
// wearing it, but whose property isn't revealed by having
// ISFLAG_KNOW_PLUSES set. For a randart with a base type of, for
// example, a ring of strength, wearing it sets
@@ -924,7 +924,7 @@ void randart_desc_properties( const item_def &item,
case AMU_RAGE:
fake_rap = RAP_BERSERK;
break;
- }
+ }
if (fake_rap != RAP_NUM_PROPERTIES)
{