Typo concateLines

This commit is contained in:
thatsIch 2014-09-21 00:06:10 +02:00
parent 0305238932
commit 786e62c159

View file

@ -11,7 +11,7 @@ public class WrapperInventoryRange implements IInventory
int[] slots;
protected boolean ignoreValidItems = false;
public static String concateLines(int[] s, String separator)
public static String concatLines(int[] s, String separator)
{
if ( s.length > 0 )
{