From 45b5e0135038f269d906c0b08c5364f024bea53d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:07:05 -0400 Subject: [PATCH] spelling: rearrange Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../flash/importers/morphshape/ShapeForMorphExporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java index fbd82751f..416b7c1ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java @@ -199,7 +199,7 @@ public class ShapeForMorphExporter extends ShapeExporterBase { } } if (minPos > -1) { - //Rearange shape to start with the top left point + //Rearrange shape to start with the top left point for (int j = 0; j < minPos; j++) { shape.add(shape.remove(0)); bezierLengths.get(i).add(bezierLengths.get(i).remove(0));