Skip to content

Commit 52ddf1a

Browse files
committed
fix: misselled words
1 parent 41e6ef0 commit 52ddf1a

File tree

15 files changed

+27
-27
lines changed

15 files changed

+27
-27
lines changed

zip-nms/zip-nms-v1_19_R1/src/main/java/net/imprex/zip/nms/v1_19_R1/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_19_R2/src/main/java/net/imprex/zip/nms/v1_19_R2/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_19_R3/src/main/java/net/imprex/zip/nms/v1_19_R3/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_20_R1/src/main/java/net/imprex/zip/nms/v1_20_R1/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_20_R2/src/main/java/net/imprex/zip/nms/v1_20_R2/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_20_R3/src/main/java/net/imprex/zip/nms/v1_20_R3/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
111111

112112
if (itemsSize <= slot) {
113113
// something went wrong !? maybe user modified it him self
114-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
114+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
115115

116116
ItemStack[] newItems = new ItemStack[slot + 1];
117117
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -124,7 +124,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
124124
duplicateSlot = new ArrayList<>();
125125
}
126126
duplicateSlot.add(bukkitItem);
127-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
127+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
128128
} else {
129129
items[slot] = bukkitItem;
130130
}

zip-nms/zip-nms-v1_20_R4/src/main/java/net/imprex/zip/nms/v1_20_R4/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
110110

111111
if (itemsSize <= slot) {
112112
// something went wrong !? maybe user modified it him self
113-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
113+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
114114

115115
ItemStack[] newItems = new ItemStack[slot + 1];
116116
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -123,7 +123,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
123123
duplicateSlot = new ArrayList<>();
124124
}
125125
duplicateSlot.add(bukkitItem);
126-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
126+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
127127
} else {
128128
items[slot] = bukkitItem;
129129
}

zip-nms/zip-nms-v1_21_R1/src/main/java/net/imprex/zip/nms/v1_21_R1/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
145145

146146
if (itemsSize <= slot) {
147147
// something went wrong !? maybe user modified it him self
148-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
148+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
149149

150150
ItemStack[] newItems = new ItemStack[slot + 1];
151151
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -158,7 +158,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
158158
duplicateSlot = new ArrayList<>();
159159
}
160160
duplicateSlot.add(bukkitItem);
161-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
161+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
162162
} else {
163163
items[slot] = bukkitItem;
164164
}

zip-nms/zip-nms-v1_21_R2/src/main/java/net/imprex/zip/nms/v1_21_R2/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
145145

146146
if (itemsSize <= slot) {
147147
// something went wrong !? maybe user modified it him self
148-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
148+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
149149

150150
ItemStack[] newItems = new ItemStack[slot + 1];
151151
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -158,7 +158,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
158158
duplicateSlot = new ArrayList<>();
159159
}
160160
duplicateSlot.add(bukkitItem);
161-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
161+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
162162
} else {
163163
items[slot] = bukkitItem;
164164
}

zip-nms/zip-nms-v1_21_R3/src/main/java/net/imprex/zip/nms/v1_21_R3/ZipNmsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
145145

146146
if (itemsSize <= slot) {
147147
// something went wrong !? maybe user modified it him self
148-
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
148+
ZIPLogger.warn("Slot size was extended from " + itemsSize + " to " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
149149

150150
ItemStack[] newItems = new ItemStack[slot + 1];
151151
System.arraycopy(items, 0, newItems, 0, items.length);
@@ -158,7 +158,7 @@ public ItemStack[] jsonElementToItemStack(JsonObject json) {
158158
duplicateSlot = new ArrayList<>();
159159
}
160160
duplicateSlot.add(bukkitItem);
161-
ZIPLogger.warn("Duplicate item found on slot " + slot + " this shoudt not happen. Do not change the slot number inside the config manuel!?");
161+
ZIPLogger.warn("Duplicate item found on slot " + slot + " this should not happen. Do not change the slot number inside the config manually!?");
162162
} else {
163163
items[slot] = bukkitItem;
164164
}

0 commit comments

Comments
 (0)