spelling: appropriate

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 a5ec5f92cf
commit f455cfa8f8
2 changed files with 6 additions and 6 deletions
@@ -117,7 +117,7 @@ public class AVM2LocalData extends BaseLocalData {
public List<Integer> parsedExceptionIds = new ArrayList<>();
/**
* Mapped jumps from pushbyte xx part to apropriate lookupswitch branch
* Mapped jumps from pushbyte xx part to appropriate lookupswitch branch
*/
public Map<GraphPart, GraphPart> finallyJumps = new HashMap<>();