spelling: attribute

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent ac83112933
commit cb63356c7d
@@ -1430,7 +1430,7 @@ public class XFLConverter {
} else if (v instanceof String) {
writer.writeStartElement("PD");
writer.writeAttribute("n", n);
//missing t attrinute = string (maybe "s"?)
//missing t attribute = string (maybe "s"?)
writer.writeAttribute("v", (String) v);
writer.writeEndElement();
exportedNames.add(n);