summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-05-28 11:14:50 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-05-28 11:14:50 -0500
commit9051e0b3487a00876b2b6146e72427ee02ab6e60 (patch)
treef94abf3d23ec5d42d3dc6d2a88a713ea29121948 /crawl-ref/source/artefact.h
parent180e33d1420d97bd5704148b274ca2a5a17a05fa (diff)
downloadcrawl-ref-9051e0b3487a00876b2b6146e72427ee02ab6e60.tar.gz
crawl-ref-9051e0b3487a00876b2b6146e72427ee02ab6e60.zip
Fix wording.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 84fee350e8..d8f59b308b 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -42,7 +42,7 @@ enum unrand_flag_type
UNRAND_FLAG_CHAOTIC = 0x20,
UNRAND_FLAG_CORPSE_VIOLATING = 0x40,
UNRAND_FLAG_NOGEN = 0x80
- // Warning! Any further extension and you need'll to change the field from
+ // Warning! Any further extension and you'll need to change the field from
// a char. What a loss of 82*sizeof() bytes...
};