summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-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 550eee4a9d..5710949b8d 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1026,7 +1026,7 @@ static std::string _describe_ammo(const item_def &item)
description += "It turns into a bolt of flame.";
break;
case SPMSL_FROST:
- description += "It turns into a bolt of flame.";
+ description += "It turns into a bolt of frost.";
break;
case SPMSL_ELECTRIC:
description += "The electricity stored in it may find a path to the ground.";