spelling: appropriate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:32:03 -04:00
committed by Jindra Petřík
parent a5ec5f92cf
commit f455cfa8f8
2 changed files with 6 additions and 6 deletions

View File

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