Typo isMeaninful

This commit is contained in:
thatsIch
2014-09-20 22:42:09 +02:00
parent e9ff5bcd21
commit b7c1c7c602
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class MeanfulIterator<StackType extends IAEStack> implements Iterator
while (parent.hasNext())
{
next = parent.next();
if ( next.isMeaninful() )
if ( next.isMeaningful() )
return true;
else
parent.remove(); // self cleaning :3