mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 02:38:23 +00:00
spelling: category
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
e9e4cbad79
commit
1707dd523e
@@ -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<TagInfoItem> category = infos.get(categoryName);
|
||||
if (category == null) {
|
||||
category = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user