From 62f28b8cafb8536826ffa9be6d3b015f87bc4b83 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:20:44 +0200 Subject: [PATCH] typo postDiffrence --- me/storage/MEMonitorIInventory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me/storage/MEMonitorIInventory.java b/me/storage/MEMonitorIInventory.java index c860ea3b5..4200eb181 100644 --- a/me/storage/MEMonitorIInventory.java +++ b/me/storage/MEMonitorIInventory.java @@ -241,7 +241,7 @@ public class MEMonitorIInventory implements IMEInventory, IMEMonit } if ( !changes.isEmpty() ) - postDiffrence( changes ); + postDifference( changes ); return changed ? TickRateModulation.URGENT : TickRateModulation.SLOWER; } @@ -257,7 +257,7 @@ public class MEMonitorIInventory implements IMEInventory, IMEMonit return !Platform.isSameItemPrecise( a, b ); } - private void postDiffrence(Iterable a) + private void postDifference(Iterable a) { // AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() ); if ( a != null )