spelling: error

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 21e478d2ff
commit 9e8637bdb4
2 changed files with 2 additions and 2 deletions
@@ -5444,7 +5444,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
try {
s.injectDebugInfo(decompileDir, swfHash);
} catch (Throwable t) {
Logger.getLogger(SWF.class.getName()).log(Level.SEVERE, "Errorr injecting debug info", t);
Logger.getLogger(SWF.class.getName()).log(Level.SEVERE, "Error injecting debug info", t);
}
}
}