summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-27 11:33:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-27 11:33:06 +0000
commitc2e9a6bbb5d3e274534c493298669db46dd85855 (patch)
treebb13f49d164133171317b59b18f538d7798bfd4f /crawl-ref/source/art-func.h
parent8ffc1d0f5d768e27b971f9afe4361fd3309a13ca (diff)
downloadcrawl-ref-c2e9a6bbb5d3e274534c493298669db46dd85855.tar.gz
crawl-ref-c2e9a6bbb5d3e274534c493298669db46dd85855.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10059 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index 20d5694e8d..3cd9976040 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -11,7 +11,7 @@
* non-standard unrandarts use and put them into the unranddata structs
* in art-data.h, so the function names must have the form of
* _UNRAND_ENUM_func_name() in order to be recognized.
- */
+ */
#ifdef ART_FUNC_H
#error "art-func.h included twice!"
@@ -189,7 +189,7 @@ static bool _DISPATER_evoke(item_def *item, int* pract, bool* did_work,
////////////////////////////////////////////////////
-// XXX: Staff giving a boost to poison spells is hardocded in
+// XXX: Staff giving a boost to poison spells is hardcoded in
// player_spec_poison()
static void _olgreb_pluses(item_def *item)
@@ -408,7 +408,7 @@ static bool _WUCAD_MU_evoke(item_def *item, int* pract, bool* did_work,
///////////////////////////////////////////////////
-// XXX: Always getting maximal vampiric drain is harcoded in
+// XXX: Always getting maximal vampiric drain is harcoded in
// melee_attack::apply_damage_brand()
static void _VAMPIRES_TOOTH_equip(item_def *item, bool *show_msgs, bool unmeld)