Typo diffrent

This commit is contained in:
thatsIch 2014-09-21 01:21:24 +02:00
parent b2440d2b9d
commit d2dd7525c7
2 changed files with 2 additions and 2 deletions

View file

@ -355,7 +355,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
requireWork[slot] = req.copy(); requireWork[slot] = req.copy();
return; return;
} }
else if ( req.isSameType( Stored ) ) // same type ( qty diffrent? )! else if ( req.isSameType( Stored ) ) // same type ( qty different? )!
{ {
if ( req.getStackSize() != Stored.stackSize ) if ( req.getStackSize() != Stored.stackSize )
{ {

View file

@ -42,7 +42,7 @@ public class MissingCoreMod extends CustomModLoadingErrorDisplayException
} }
else 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; offset += 5;