From 81efeaaa325c58d5a5904e2cc8d2dcee5e449b1c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:07:33 -0400 Subject: [PATCH] spelling: successfully Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../decompiler/flash/iggy/conversion/IggyToSwfConvertor.java | 2 +- libsrc/gnujpdf/src/gnu/jpdf/BoundingBox.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java index 7c94de31c..edcc419c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java @@ -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"); diff --git a/libsrc/gnujpdf/src/gnu/jpdf/BoundingBox.java b/libsrc/gnujpdf/src/gnu/jpdf/BoundingBox.java index 66cce7629..876f3a864 100644 --- a/libsrc/gnujpdf/src/gnu/jpdf/BoundingBox.java +++ b/libsrc/gnujpdf/src/gnu/jpdf/BoundingBox.java @@ -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,