summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 56755f9314..64dee389db 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2845,7 +2845,7 @@ bool safe_to_remove_or_wear(const item_def &item, bool remove,
int prop_dex = 0;
int prop_int = 0;
- // don't warn when putting on an unknown item
+ // Don't warn when putting on an unknown item.
if (item.base_type == OBJ_JEWELLERY
&& item_ident( item, ISFLAG_KNOW_PLUSES ))
{