spelling: attributes

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 0788095446
commit aaa425e4cc
@@ -107,7 +107,7 @@ public class LinkReportExporter {
for (ScriptPack sp : revList) {
String scriptName = "script" + sp.scriptIndex;
sb.append(indent(2)).append("<script name=\"").append(scriptName).append("\">").append(newLineChar);
//TODO: additional atributes - mod="1469951734131" size="525" optimizedsize="508
//TODO: additional attributes - mod="1469951734131" size="525" optimizedsize="508
ScriptInfo script = sp.abc.script_info.get(sp.scriptIndex);
for (int traitIndex : sp.traitIndices) {
Trait trait = script.traits.traits.get(traitIndex);