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."; {