From 503d86058c66fc541df68dd356390f0d2fe36c16 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 5 Dec 2007 07:16:33 +0000 Subject: Add minor cosmetic fixes, mostly involving whitespace and comments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3001 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 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) { -- cgit v1.2.3-54-g00ecf