diff options
author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-03-15 12:06:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 12:06:23 -0400 |
commit | 1a0a0da604d95dc7d8a6fa425b2a0d3a70e97936 (patch) | |
tree | 12b55cb44930fae7defc024bb2fe016cf4c85155 /src/main/java | |
parent | f83abb78bfcc9332a2d119a8bd002e5c82a8f193 (diff) | |
download | skyhanni-1a0a0da604d95dc7d8a6fa425b2a0d3a70e97936.tar.gz skyhanni-1a0a0da604d95dc7d8a6fa425b2a0d3a70e97936.tar.bz2 skyhanni-1a0a0da604d95dc7d8a6fa425b2a0d3a70e97936.zip |
Spelling
Bestiary was spelled wrong
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java index 4b4610d75..4eb0547d0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java @@ -8,7 +8,7 @@ public class Bingo { @Expose @ConfigOption(name = "Compact Chat Messages", desc = "Shortens chat messages about skill level ups, collection gains, " + - "new area discoveries, and bestiarity upgrades while on bingo.") + "new area discoveries, and bestiary upgrades while on bingo.") @ConfigEditorBoolean public boolean compactChatMessages = true; |