typo postDiffrence

This commit is contained in:
thatsIch
2014-09-21 02:20:44 +02:00
parent 6b1a975701
commit 62f28b8caf
+2 -2
View File
@@ -241,7 +241,7 @@ public class MEMonitorIInventory implements IMEInventory<IAEItemStack>, IMEMonit
}
if ( !changes.isEmpty() )
postDiffrence( changes );
postDifference( changes );
return changed ? TickRateModulation.URGENT : TickRateModulation.SLOWER;
}
@@ -257,7 +257,7 @@ public class MEMonitorIInventory implements IMEInventory<IAEItemStack>, IMEMonit
return !Platform.isSameItemPrecise( a, b );
}
private void postDiffrence(Iterable<IAEItemStack> a)
private void postDifference(Iterable<IAEItemStack> a)
{
// AELog.info( a.getItemStack().getUnlocalizedName() + " @ " + a.getStackSize() );
if ( a != null )