From b08f14138add1198e7407636c14af63e37a08f29 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:46:46 +0200 Subject: [PATCH] Typo comments --- util/Platform.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Platform.java b/util/Platform.java index 373ec82fb..2ec19dd56 100644 --- a/util/Platform.java +++ b/util/Platform.java @@ -666,7 +666,7 @@ public class Platform } /* - * Generates Item entiies in the world similar to how items are generally droped. + * Generates Item entities in the world similar to how items are generally dropped. */ public static void spawnDrops(World w, int x, int y, int z, List drops) {