diff --git a/container/slot/SlotCraftingTerm.java b/container/slot/SlotCraftingTerm.java index 498b85e8..15efa3e9 100644 --- a/container/slot/SlotCraftingTerm.java +++ b/container/slot/SlotCraftingTerm.java @@ -71,7 +71,7 @@ public class SlotCraftingTerm extends AppEngCraftingSlot public ItemStack craftItem(EntityPlayer p, ItemStack request, IMEMonitor inv, IItemList all) { - // update crafting matrx... + // update crafting matrix... ItemStack is = getStack(); if ( is != null && Platform.isSameItem( request, is ) )