Fix typo in javadocs

This commit is contained in:
CovertJaguar 2013-07-02 08:01:09 -07:00
parent c3a54f2a24
commit 71c79606c0

View file

@ -34,7 +34,7 @@ public interface IPowerReceptor {
public PowerReceiver getPowerReceiver(ForgeDirection side);
/**
* Call back from the PowerHandler that is called when the store power
* Call back from the PowerHandler that is called when the stored power
* exceeds the activation power.
*
* It can be triggered by update() calls or power modification calls.