diff --git a/src/org/atriasoft/exml/generator/GeneratorIntrospection.java b/src/org/atriasoft/exml/generator/GeneratorIntrospection.java index d21946a..4c33e9f 100644 --- a/src/org/atriasoft/exml/generator/GeneratorIntrospection.java +++ b/src/org/atriasoft/exml/generator/GeneratorIntrospection.java @@ -15,7 +15,7 @@ import org.atriasoft.exml.internal.Log; import org.atriasoft.exml.parser.Tools; public class GeneratorIntrospection implements Generator { - // Keep in cach all the object alredy parsed ==> optimize CPU + // Keep in cache all the object already parsed ==> optimize CPU final Map elements = new HashMap<>(); // The root class (need to keep it if we use 2 time the builder, the root class is no more accessible). final Class rootClassType;