summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-20 17:34:14 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-20 17:34:14 -0600
commit2b1fcc1c22dc1cd5192feb20fd46cac06047b728 (patch)
treea5108b5e6f249140c0085efd7457b3d2acf71340 /crawl-ref/source/describe.cc
parent45b2f1669aad3a3176a64b34127b1ca04ab948e3 (diff)
downloadcrawl-ref-2b1fcc1c22dc1cd5192feb20fd46cac06047b728.tar.gz
crawl-ref-2b1fcc1c22dc1cd5192feb20fd46cac06047b728.zip
Fix typo.
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.";