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
@@ -127,9 +127,9 @@ public class ASMIntegration implements IClassTransformer
return changed;
}
private boolean hasAnnotation(AnnotationNode ann, Class anno)
private boolean hasAnnotation(AnnotationNode ann, Class annotation)
{
return ann.desc.equals( Type.getDescriptor( anno ) );
return ann.desc.equals( Type.getDescriptor( annotation ) );
}
private boolean stripMethod(ClassNode classNode, MethodNode mn, Iterator<MethodNode> i, Class class1, AnnotationNode an)
@@ -69,7 +69,7 @@ public class ASMTweaker implements IClassTransformer
makePublic( classNode, Set );
}
// CALL VIRUAL!
// CALL VIRTUAL!
if ( transformedName.equals( "net.minecraft.client.gui.inventory.GuiContainer" ) )
{
for (MethodNode mn : classNode.methods)