Fixed Bug: #0246 - Typo

This commit is contained in:
AlgorithmX2
2014-03-27 19:33:35 -05:00
parent e384761e82
commit a5379c82f8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public class CellRegistry implements ICellRegistry
}
@Override
public ICellHandler getHander(ItemStack is)
public ICellHandler getHandler(ItemStack is)
{
if ( is == null )
return null;