From 82af56c38d58c6ffa1b589f1005929da31d1c1ef Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:59:59 -0400 Subject: [PATCH] spelling: definition Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java index f9d66673d..cdf29f0e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java @@ -237,7 +237,7 @@ public class CubicToQuad { // and corresponding quadratic curve that estimates the cubic one, assuming // that the boundary points of cubic and quadratic points are equal. // - // The distance calculation method comes from Hausdorff distance defenition + // The distance calculation method comes from Hausdorff distance definition // (https://en.wikipedia.org/wiki/Hausdorff_distance), but with following simplifications // * it looks for maximum distance only for finite number of points of cubic curve // * it doesn't perform reverse check that means selecting set of fixed points on