spelling: subpackages

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 f02a44453e
commit b8836fc196
@@ -48,7 +48,7 @@ public class AS2Package implements TreeItem {
private final AS2Package parent;
/**
* Subpackges
* Subpackages
*/
public Map<String, AS2Package> subPackages = new TreeMap<>();