spelling: category

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

View File

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