Typo determin

This commit is contained in:
thatsIch 2014-09-20 23:36:50 +02:00
parent ed2c3cd24f
commit d06b481c07

View file

@ -17,7 +17,7 @@ import appeng.tile.events.TileEventType;
public abstract class AERootPoweredTile extends AEBaseInvTile implements IAEPowerStorage
{
// values that determin general function, are set by inheriting classes if
// values that determine general function, are set by inheriting classes if
// needed. These should generally remain static.
protected double internalMaxPower = 10000;
protected boolean internalCanAcceptPower = true;