diff --git a/util/Platform.java b/util/Platform.java index d322d1441..b6c0b7d1c 100644 --- a/util/Platform.java +++ b/util/Platform.java @@ -504,7 +504,7 @@ public class Platform } /* - * Orderless hash on NBT Data, used to work thought huge piles fast, but ignroes the order just in case MC decided + * Orderless hash on NBT Data, used to work thought huge piles fast, but ignores the order just in case MC decided * to change it... WHICH IS BAD... */ public static int NBTOrderlessHash(NBTBase A)