summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-20 23:12:55 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-20 23:12:55 +0200
commit5ecf7f0e14f148f5c14952d98969f4033060bb88 (patch)
treeb66465193663fc14fcc6c095351636a18acc2fb7 /src/main/java/at/hannibal2/skyhanni/config
parent51d0b4d6c5ad41080579f07c951eb75fe6eff960 (diff)
downloadskyhanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.tar.gz
skyhanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.tar.bz2
skyhanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.zip
Fixed typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 88db073d4..fe3905e4a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -950,7 +950,7 @@ public class Garden {
public boolean fungiCutterWarn = true;
@Expose
- @ConfigOption(name = "Always Finnegan", desc = "Forcefully set the Finnegan Farming Simulator perk to be active. This is useful if the auto major detection fails.")
+ @ConfigOption(name = "Always Finnegan", desc = "Forcefully set the Finnegan Farming Simulator perk to be active. This is useful if the auto mayor detection fails.")
@ConfigEditorBoolean
public boolean forcefullyEnabledAlwaysFinnegan = false;