summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-21 11:33:51 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-21 11:33:51 +0200
commit837da21fdcb705bd884d546129dea8bed31a8470 (patch)
tree16328dada624de76edabc78b78c2f1a90d606ea5 /crawl-ref/source/travel.h
parent2b7855ad215c38fe053c8e79278a676b16e4b529 (diff)
downloadcrawl-ref-837da21fdcb705bd884d546129dea8bed31a8470.tar.gz
crawl-ref-837da21fdcb705bd884d546129dea8bed31a8470.zip
s/sacrificiable/sacrificeable/
sacrificable and sacrificiable are also accepted.
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 9d2c832800..619d96dffb 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -199,7 +199,7 @@ enum explore_stop_type
ES_BRANCH = 0x4000,
// Explored into view of an item which can be sacrificied
- ES_GREEDY_SACRIFICIABLE = 0x8000,
+ ES_GREEDY_SACRIFICEABLE = 0x8000,
};
////////////////////////////////////////////////////////////////////////////