From 571e6c5aac08d6c446965e3a4cf76bb1b044c5df Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 28 Dec 2008 14:41:57 +0000 Subject: Apply a patch by castamir to fix a multitude of typos. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8005 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/invent.cc') diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc index d736e1d8d7..d1e47e9b16 100644 --- a/crawl-ref/source/invent.cc +++ b/crawl-ref/source/invent.cc @@ -349,7 +349,7 @@ static std::string _no_selectables_message(int item_selector) case OSEL_MEMORISE: return("You aren't carrying any spellbooks."); case OSEL_RECHARGE: - return("You aren't carrying any rechargable items."); + return("You aren't carrying any rechargeable items."); case OSEL_ENCH_ARM: return("You aren't carrying any armour which can be enchanted " "further."); @@ -843,7 +843,7 @@ static bool _item_class_selected(const item_def &i, int selector) return (itype == OBJ_SCROLLS || itype == OBJ_BOOKS); case OSEL_RECHARGE: - return (item_is_rechargable(i, true)); + return (item_is_rechargeable(i, true)); case OSEL_ENCH_ARM: return (is_enchantable_armour(i, true)); -- cgit v1.2.3-54-g00ecf