From ff2f7b9cf5cbf35586c06d0ee0f5fda848b2be33 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:43:18 +0200 Subject: [PATCH] Typo exptected --- helpers/MetaRotation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/MetaRotation.java b/helpers/MetaRotation.java index 8d52dedf..c465ee9b 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