spelling: successfully

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 7e0975c4b7
commit 81efeaaa32
2 changed files with 2 additions and 2 deletions
@@ -261,7 +261,7 @@ public class IggyToSwfConvertor {
System.out.print("(2/2) Exporting SWF files to " + args[1] + "...");
exportAllSwfsToDir(iggyFile, new File(args[1]));
System.out.println("OK");
System.out.println("All finished sucessfully.");
System.out.println("All finished successfully.");
System.exit(0);
} catch (IOException ex) {
System.out.println("FAIL");