Typo probobly

This commit is contained in:
thatsIch 2014-09-21 00:43:48 +02:00
parent 4254b83cd6
commit 104a7eb570

View file

@ -64,7 +64,7 @@ public class TESRWrapper extends TileEntitySpecialRenderer
{ {
AELog.severe( "Hi, Looks like there was a crash while rendering something..." ); AELog.severe( "Hi, Looks like there was a crash while rendering something..." );
t.printStackTrace(); t.printStackTrace();
AELog.severe( "MC will now crash ( probobly )!" ); AELog.severe( "MC will now crash ( probably )!" );
throw new RuntimeException( t ); throw new RuntimeException( t );
} }