From b9699b27c7da3ec95eefb4ef4fac7c3f74c0c518 Mon Sep 17 00:00:00 2001 From: Craftinators Date: Wed, 1 Mar 2023 00:52:13 -0500 Subject: [PATCH] fix: spelling errors --- .../com/hibiscusmc/hmccosmetics/gui/type/types/TypeEmpty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/gui/type/types/TypeEmpty.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/gui/type/types/TypeEmpty.java index 690b2bd6..fbe3440f 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/gui/type/types/TypeEmpty.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/gui/type/types/TypeEmpty.java @@ -32,7 +32,7 @@ public class TypeEmpty extends Type { try { // This gets the actions with the item. We can add more, such as with the Cosmetic type, an equip and unequip action set. // We add that to a List of Strings, before running those actions through the server. This is not the area where we deal - // with actions, mearly what should be done for each item. + // with actions, merely what should be done for each item. if (!actionConfig.node("any").virtual()) actionStrings.addAll(actionConfig.node("any").getList(String.class)); if (clickType != null) {