Typo montiorable

This commit is contained in:
thatsIch
2014-09-21 01:06:22 +02:00
parent 51b7bede7f
commit b534b0ed85
6 changed files with 31 additions and 31 deletions
@@ -11,9 +11,9 @@ public class ContainerWirelessTerm extends ContainerMEPortableCell
WirelessTerminalGuiObject wtgo;
public ContainerWirelessTerm(InventoryPlayer ip, WirelessTerminalGuiObject montiorable) {
super( ip, montiorable );
wtgo = montiorable;
public ContainerWirelessTerm(InventoryPlayer ip, WirelessTerminalGuiObject monitorable) {
super( ip, monitorable );
wtgo = monitorable;
}
@Override