summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e824f87ca4..192d625c96 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -840,7 +840,7 @@ static std::string describe_weapon( const item_def &item, bool verbose)
break;
case SPWPN_FLAME:
description += "It turns projectiles fired from it into "
- "bolts of fire. ";
+ "bolts of flame. ";
break;
case SPWPN_FROST:
description += "It turns projectiles fired from it into "