From d2dd7525c79171dfa632d1a0bb97d2eb72164953 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:21:24 +0200 Subject: [PATCH] Typo diffrent --- helpers/DualityInterface.java | 2 +- transformer/MissingCoreMod.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/DualityInterface.java b/helpers/DualityInterface.java index e6d58814..e091362b 100644 --- a/helpers/DualityInterface.java +++ b/helpers/DualityInterface.java @@ -355,7 +355,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt requireWork[slot] = req.copy(); return; } - else if ( req.isSameType( Stored ) ) // same type ( qty diffrent? )! + else if ( req.isSameType( Stored ) ) // same type ( qty different? )! { if ( req.getStackSize() != Stored.stackSize ) { diff --git a/transformer/MissingCoreMod.java b/transformer/MissingCoreMod.java index 9ee4d19e..70abc842 100644 --- a/transformer/MissingCoreMod.java +++ b/transformer/MissingCoreMod.java @@ -42,7 +42,7 @@ public class MissingCoreMod extends CustomModLoadingErrorDisplayException } else { - drawCenteredString( fontRenderer, "You're launcher may refer to this by diffrent names,", errorScreen.width / 2, offset += 15, 0xffffff ); + drawCenteredString( fontRenderer, "You're launcher may refer to this by different names,", errorScreen.width / 2, offset += 15, 0xffffff ); offset += 5;