From 93a07905326c86cdaff6d9f140f5272daf415453 Mon Sep 17 00:00:00 2001 From: William Collishaw Date: Sun, 9 Jun 2019 13:31:57 -0600 Subject: [PATCH] Fix 'Jewellery' typo in PohConfig show jewellery box description --- .../main/java/net/runelite/client/plugins/poh/PohConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java index 956618bcc2..9496352800 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohConfig.java @@ -114,7 +114,7 @@ public interface PohConfig extends Config @ConfigItem( keyName = "showJewelleryBox", name = "Show Jewellery Box", - description = "Configures whether or not the Jewllery box is displayed" + description = "Configures whether or not the jewellery box is displayed" ) default boolean showJewelleryBox() {