From b3be2a9437a964c51583549ff8c1ac03cb126018 Mon Sep 17 00:00:00 2001 From: Evan Debenham <Evan.SHPX@gmail.com> Date: Fri, 8 Aug 2014 23:14:37 -0400 Subject: [PATCH] V0.1.1: Corrected a typo in Icecap's description --- src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java index 8f7fd76ad..094cd6f99 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java @@ -30,7 +30,7 @@ import com.watabou.utils.PathFinder; public class Icecap extends Plant { private static final String TXT_DESC = - "Upon being touched, an Icecap lets out a puff of freexing pollen. " + + "Upon being touched, an Icecap lets out a puff of freezing pollen. " + "The freezing effect is much stronger if the environment is wet."; {