diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java index 6de23c118..8d3989e41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java @@ -41,7 +41,7 @@ public class TagInfo { } public void addInfo(String categoryName, String name, Object value) { - categoryName = "general"; // temporary add everything to general catagory + categoryName = "general"; // temporary add everything to general category List category = infos.get(categoryName); if (category == null) { category = new ArrayList<>();