summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.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/stash.h
parent7fddca25532c09a083f1685dc4867ee2982fbf47 (diff)
downloadcrawl-ref-e0f72cacdb0d9e81b0a1fc8a07d324a6e8aeae31.tar.gz
crawl-ref-e0f72cacdb0d9e81b0a1fc8a07d324a6e8aeae31.zip
Typo fix.
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 04dedfd0f2..d6d05c4abc 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -44,7 +44,7 @@ public:
// autopickup.
bool pickup_eligible() const;
- // Returns true if this Stash contains items that can be sacrificied
+ // Returns true if this Stash contains items that can be sacrificed
bool sacrificeable() const;
// Returns true if this Stash contain items not handled by autopickup and
@@ -253,7 +253,7 @@ public:
bool needs_stop(const coord_def &c) const;
// Returns true if the items at c contains at least one that can be
- // sacrificied
+ // sacrificed
bool sacrificeable(const coord_def &c) const;
// Add stash at (x,y), or player's current location if no parameters are