Typo exptected

This commit is contained in:
thatsIch 2014-09-21 02:43:18 +02:00
parent 4eaf0f57b8
commit ff2f7b9cf5

View file

@ -26,7 +26,7 @@ public class MetaRotation implements IOrientable
if ( w instanceof World )
((World) w).setBlockMetadataWithNotify( x, y, z, Up.ordinal(), 1 + 2 );
else
throw new RuntimeException( w.getClass().getName() + " received, exptected World" );
throw new RuntimeException( w.getClass().getName() + " received, expected World" );
}
@Override