Typo getRefrenceItem

This commit is contained in:
thatsIch
2014-09-21 02:11:36 +02:00
parent 6b0852ec80
commit ebf4519c3e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public class ItemRepo
this.sortSrc = sortSrc;
}
public IAEItemStack getRefrenceItem(int idx)
public IAEItemStack getReferenceItem(int idx)
{
idx += src.getCurrentScroll() * rowSize;