spelling: category

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