summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 6df9597b0a..3f3dd28d1a 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1322,7 +1322,7 @@ bool check_armour_shape( const item_def &item, bool quiet )
}
// If known is true, only returns true for *known* weapons of electrocution.
-bool item_is_rechargable(const item_def &it, bool known)
+bool item_is_rechargeable(const item_def &it, bool known)
{
// These are obvious...
if (it.base_type == OBJ_WANDS || item_is_rod(it))