summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 20:42:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 20:42:23 +0000
commit7b6908cbb53c4d9b105857e1fdf611596b9a6be4 (patch)
tree18ba1825d596c0599aa7ef8a61f08ecdc0890ef1 /crawl-ref/source/acr.cc
parent7aa596f381593894b514dc69d3e3332f7e932516 (diff)
downloadcrawl-ref-7b6908cbb53c4d9b105857e1fdf611596b9a6be4.tar.gz
crawl-ref-7b6908cbb53c4d9b105857e1fdf611596b9a6be4.zip
Fix typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4913 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ce21e2f30f..27f8ab89cb 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2629,7 +2629,7 @@ static void _decrement_durations()
if (_decrement_a_duration(DUR_ICY_ARMOUR,
"Your icy armour evaporates.",
6, coinflip(),
- "Your icy armour start to melt."))
+ "Your icy armour starts to melt."))
{
you.redraw_armour_class = true;
}