summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 07:16:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 07:16:33 +0000
commit503d86058c66fc541df68dd356390f0d2fe36c16 (patch)
tree9ab575ce868f77b18e7a8b5d1ded19603f8c7252 /crawl-ref/source/randart.cc
parent28b3dd9db78b3d98762e5be3ff80256aea60759a (diff)
downloadcrawl-ref-503d86058c66fc541df68dd356390f0d2fe36c16.tar.gz
crawl-ref-503d86058c66fc541df68dd356390f0d2fe36c16.zip
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
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)
{