From c4f73256166a0203b6b9aaa167e99d67ccc1ef41 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:36:14 +0200 Subject: [PATCH] Typo rotuine --- tile/misc/TileInscriber.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile/misc/TileInscriber.java b/tile/misc/TileInscriber.java index f845d417..6db431b1 100644 --- a/tile/misc/TileInscriber.java +++ b/tile/misc/TileInscriber.java @@ -45,7 +45,7 @@ public class TileInscriber extends AENetworkPowerTile implements IGridTickable public final int maxProcessingTime = 100; public int processingTime = 0; - // cycles from 0 - 16, at 8 it preforms the action, at 16 it reenables the normal rotuine. + // cycles from 0 - 16, at 8 it preforms the action, at 16 it re-enables the normal routine. public boolean smash; public int finalStep;