Merge pull request #157 from thatsIch/Spelling

Spelling
This commit is contained in:
Chris
2014-09-28 10:09:39 -07:00
220 changed files with 1644 additions and 1665 deletions
@@ -26,12 +26,12 @@ public class WrapperChainedInventory implements IInventory
private List<IInventory> l;
private HashMap<Integer, InvOffset> offsets;
public WrapperChainedInventory(IInventory... ilist) {
setInventory( ilist );
public WrapperChainedInventory(IInventory... inventories) {
setInventory( inventories );
}
public WrapperChainedInventory(List<IInventory> ilist) {
setInventory( ilist );
public WrapperChainedInventory(List<IInventory> inventories) {
setInventory( inventories );
}
public void cycleOrder()