diff --git a/helpers/MetaRotation.java b/helpers/MetaRotation.java index 8d52dedf0..c465ee9b8 100644 --- a/helpers/MetaRotation.java +++ b/helpers/MetaRotation.java @@ -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