aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-27 01:00:40 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-27 01:00:40 +0200
commit32d6eea6fa601935503f18eb1f520505f649e628 (patch)
tree8c3d8e2050f2b23fe9bcc1987075d3800816270e /src/main/java/at/hannibal2/skyhanni
parent5f3f7855086624250bf16878b7462520587586a6 (diff)
downloadskyhanni-32d6eea6fa601935503f18eb1f520505f649e628.tar.gz
skyhanni-32d6eea6fa601935503f18eb1f520505f649e628.tar.bz2
skyhanni-32d6eea6fa601935503f18eb1f520505f649e628.zip
Fixed typo in misc config description
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java2
1 files changed, 1 insertions, 1 deletions
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 d70671c60..dfa13ad4e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -661,7 +661,7 @@ public class MiscConfig {
public boolean restorePieceOfWizardPortalLore = true;
@Expose
- @ConfigOption(name = "Patcher Coords Waypoint", desc = "Highlight the coords sended form patcher.")
+ @ConfigOption(name = "Patcher Coords Waypoint", desc = "Highlight the coordinates sent by patcher.")
@ConfigEditorBoolean
public boolean patcherSendCoordWaypoint = false;