Skip to content

Commit 6e5c968

Browse files
Merge pull request #532 from LongPPPP/master
Fix typo
2 parents ae128fa + 1d9ee8d commit 6e5c968

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

type.island/src/main/java/net/swofty/type/island/gui/GUIJerry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void run(InventoryPreClickEvent e, HypixelPlayer p) {
7070
@Override
7171
public ItemStack.Builder getItem(HypixelPlayer p) {
7272
SkyBlockPlayer player = (SkyBlockPlayer) p;
73-
return ItemStackCreator.getStack("§aVisits and Guestings", Material.EMERALD, 1,
73+
return ItemStackCreator.getStack("§aVisits and Guesting", Material.EMERALD, 1,
7474
"§7Learn all about how to §a/visit",
7575
"§7players across the SkyBlock universe!",
7676
" ",

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/bazaar/BazaarCategories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public enum BazaarCategories {
3434
ItemType.LEATHER, ItemType.ENCHANTED_LEATHER, ItemType.BEEF, ItemType.ENCHANTED_RAW_BEEF),
3535
new BazaarItemSet(ItemType.PORKCHOP, "Pork",
3636
ItemType.PORKCHOP, ItemType.ENCHANTED_PORK, ItemType.ENCHANTED_GRILLED_PORK),
37-
new BazaarItemSet(ItemType.CHICKEN, "Chicker & Feather",
37+
new BazaarItemSet(ItemType.CHICKEN, "Chicken & Feather",
3838
ItemType.CHICKEN, ItemType.ENCHANTED_RAW_CHICKEN, ItemType.FEATHER, ItemType.ENCHANTED_FEATHER, ItemType.ENCHANTED_EGG, ItemType.SUPER_ENCHANTED_EGG, ItemType.OMEGA_ENCHANTED_EGG),
3939
new BazaarItemSet(ItemType.MUTTON, "Mutton",
4040
ItemType.MUTTON, ItemType.ENCHANTED_MUTTON, ItemType.ENCHANTED_COOKED_MUTTON),

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/set/sets/MushroomSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public ArrayList<String> getDescription() {
2121
"§7Grants the wearer permanent §aNight",
2222
"§aVision §7while worn. During the night,",
2323
"the stats of the armor pieces are",
24-
atrippled§7."
24+
atripled§7."
2525
));
2626
}
2727

0 commit comments

Comments
 (0)