summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-11 02:35:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-11 03:14:56 +0200
commite0f72cacdb0d9e81b0a1fc8a07d324a6e8aeae31 (patch)
tree55f9e681be1dc085800b53a79b5b3625cb0d61de /crawl-ref/source/travel.h
parent7fddca25532c09a083f1685dc4867ee2982fbf47 (diff)
downloadcrawl-ref-e0f72cacdb0d9e81b0a1fc8a07d324a6e8aeae31.tar.gz
crawl-ref-e0f72cacdb0d9e81b0a1fc8a07d324a6e8aeae31.zip
Typo fix.
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 660ce26b50..2134cba844 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -196,7 +196,7 @@ enum explore_stop_type
ES_BRANCH = 0x4000,
ES_RUNED_DOOR = 0x8000,
- // Explored into view of an item which can be sacrificied
+ // Explored into view of an item which can be sacrificed
ES_GREEDY_SACRIFICEABLE = 0x10000,
};