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; } }