summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.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/externs.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/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 4ba92feaa6..30989557fd 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -575,7 +575,7 @@ public:
bool is_mundane() const;
// Returns true if this item causes autoexplore to visit it.
- bool is_greedy_sacrificiable() const;
+ bool is_greedy_sacrificeable() const;
private:
std::string name_aux(description_level_type desc,