spelling: successfully

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:07:33 -04:00
committed by Jindra Petřík
parent 7e0975c4b7
commit 81efeaaa32
2 changed files with 2 additions and 2 deletions

View File

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