mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
spelling: successfully
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
7e0975c4b7
commit
81efeaaa32
@@ -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");
|
||||
|
||||
@@ -523,7 +523,7 @@ public class BoundingBox extends Rectangle {
|
||||
* @throws IllegalArgumentException if the args are invalid
|
||||
* @throws StringTooLongException if the string won't fit this will only
|
||||
* happen if the fm or padding has been changed since getStringBounds was
|
||||
* called succesfully
|
||||
* called successfully
|
||||
*/
|
||||
public void drawWrappedString(Graphics g,
|
||||
FontMetrics fm,
|
||||
|
||||
Reference in New Issue
Block a user