From 4be1441951470c6a2bac221a8a88e563d754bf38 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:35:50 +0200 Subject: [PATCH] Typo opion --- tile/misc/TileInscriber.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tile/misc/TileInscriber.java b/tile/misc/TileInscriber.java index f3ba571f2..f845d4179 100644 --- a/tile/misc/TileInscriber.java +++ b/tile/misc/TileInscriber.java @@ -283,9 +283,9 @@ public class TileInscriber extends AENetworkPowerTile implements IGridTickable if ( matchA || matchB ) { - for (ItemStack opion : i.imprintable) + for (ItemStack option : i.imprintable) { - if ( Platform.isSameItemPrecise( opion, getStackInSlot( 2 ) ) ) + if ( Platform.isSameItemPrecise( option, getStackInSlot( 2 ) ) ) return i; } }