aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorAbsterge <106860128+Absterge@users.noreply.github.com>2023-10-03 07:32:43 +0100
committerGitHub <noreply@github.com>2023-10-03 08:32:43 +0200
commit781ea0728f3d79c453019904c53fb7da9a373828 (patch)
tree1fc1bd30822ca0d29e38b2330a000edd22bc1612 /src/main/java/at
parentdf398e6730ed4a0a4cd9b57405b876da0ee95989 (diff)
downloadskyhanni-781ea0728f3d79c453019904c53fb7da9a373828.tar.gz
skyhanni-781ea0728f3d79c453019904c53fb7da9a373828.tar.bz2
skyhanni-781ea0728f3d79c453019904c53fb7da9a373828.zip
Fix two typos in config (#529)
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java
index 01edf0b4d..5fdf918e2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/DevConfig.java
@@ -94,7 +94,7 @@ public class DevConfig {
public boolean copyRngMeter = false;
@Expose
- @ConfigOption(name = "Copy Bestiary Data", desc = "Copies the besiary data from the inventory as json to clipboard.")
+ @ConfigOption(name = "Copy Bestiary Data", desc = "Copies the bestiary data from the inventory as json to clipboard.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean copyBestiaryData = false;
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index 9ba4c0f40..0c7b1e701 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -44,7 +44,7 @@ public class MiscConfig {
public static class PetExperienceToolTipConfig {
@Expose
- @ConfigOption(name = "Enabled", desc = "Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over an pet while pressing shift key.")
+ @ConfigOption(name = "Enabled", desc = "Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over a pet while pressing shift key.")
@ConfigEditorBoolean
@FeatureToggle
public boolean petDisplay = true;