From fe03aa29647a5cb00877bdcf80e87f841a8752db Mon Sep 17 00:00:00 2001 From: Tyler Hill <31829732+tyhi@users.noreply.github.com> Date: Mon, 5 Aug 2019 20:38:59 -0500 Subject: [PATCH] Fix typo in fightcave plugin --- .../net/runelite/client/plugins/fightcave/FightCaveConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/fightcave/FightCaveConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/fightcave/FightCaveConfig.java index 72c21243c5..09f99f2d2d 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/fightcave/FightCaveConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/fightcave/FightCaveConfig.java @@ -63,7 +63,7 @@ public interface FightCaveConfig extends Config position = 2, keyName = "tickTimersWidget", name = "Tick Timers in Prayer", - description = "Adds an overlay to the Praayer Interface with the ticks until next attack for that prayer.", + description = "Adds an overlay to the Prayer Interface with the ticks until next attack for that prayer.", parent = "mainConfig" ) default boolean tickTimersWidget()