spelling: attribute

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:36:17 -04:00
committed by Jindra Petřík
parent ac83112933
commit cb63356c7d

View File

@@ -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);