From 371e6d0787e4dc43a2fc1ffcc9fa69be37137b69 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 03:02:40 +0200 Subject: [PATCH] Typo igrores --- util/Platform.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)