summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.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/stash.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/stash.h')
-rw-r--r--crawl-ref/source/stash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 7dfeff2cc2..c6b62e024b 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -55,7 +55,7 @@ public:
bool pickup_eligible() const;
// Returns true if this Stash contains items that can be sacrificied
- bool sacrificiable() const;
+ bool sacrificeable() const;
// Returns true if this Stash is unverified (a visit by the character will
// verify the stash).
@@ -259,7 +259,7 @@ public:
// Returns true if the items at c contains at least one that can be
// sacrificied
- bool sacrificiable(const coord_def &c) const;
+ bool sacrificeable(const coord_def &c) const;
// Add stash at (x,y), or player's current location if no parameters are
// supplied