From 1ff37c35e5d00d4f5b38dad7b21ddc63beaea857 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:31:13 +0200 Subject: [PATCH] Typo sillyness --- util/Platform.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Platform.java b/util/Platform.java index 2ec19dd56..d322d1441 100644 --- a/util/Platform.java +++ b/util/Platform.java @@ -342,7 +342,7 @@ public class Platform } /* - * Lots of sillyness to try and account for weird tag related junk, basically requires that two tags have at least + * Lots of silliness to try and account for weird tag related junk, basically requires that two tags have at least * something in their tags before it wasts its time comparing them. */ public static boolean sameStackStags(ItemStack a, ItemStack b)