From 67b439dc1d406de36cc8f291294c3e9df84f6482 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 21 Aug 2015 09:19:08 -0400 Subject: [PATCH] v0.3.1a: fixed a typo in ring of wealth description --- .../shatteredpixeldungeon/items/rings/RingOfWealth.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java index 25ecc5202..9b6466f56 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java @@ -35,7 +35,7 @@ public class RingOfWealth extends Ring { public String desc() { return isKnown() ? "It's not clear what this ring does exactly, good luck may influence " + - "the life an an adventurer in many subtle ways. " + + "the life of an adventurer in many subtle ways. " + "Naturally a degraded ring would give bad luck." : super.desc(); }