spelling: error

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:09:05 -04:00
committed by Jindra Petřík
parent 21e478d2ff
commit 9e8637bdb4
2 changed files with 2 additions and 2 deletions

View File

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