summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 33a86ca592..e0bba5daf3 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2060,7 +2060,7 @@ static inline int get_resistible_fraction(beam_type flavour)
{
switch (flavour)
{
- // Assume ice storm and fling icicle are mostly solid.
+ // Assume ice storm and throw icicle are mostly solid.
case BEAM_ICE:
return (25);