From 61b956a9340b95d826584effb4dbaf2a46fdf43d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 12 Jul 2023 00:57:40 +0900 Subject: [PATCH] Fix typo in ftsdf.c arbitary -> arbitrary --- LVGL Simulator/LvglPlatform/freetype/src/sdf/ftsdf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LVGL Simulator/LvglPlatform/freetype/src/sdf/ftsdf.c b/LVGL Simulator/LvglPlatform/freetype/src/sdf/ftsdf.c index 5a51dfa..9cf5d6f 100644 --- a/LVGL Simulator/LvglPlatform/freetype/src/sdf/ftsdf.c +++ b/LVGL Simulator/LvglPlatform/freetype/src/sdf/ftsdf.c @@ -2375,7 +2375,7 @@ * 90~degrees with the curve. We solve this with the Newton-Raphson * method. * - * (7) We first assume an arbitary value of factor `t`, which we then + * (7) We first assume an arbitrary value of factor `t`, which we then * improve. * * ``` @@ -2688,7 +2688,7 @@ * 90~degree with curve. We solve this with the Newton-Raphson * method. * - * (7) We first assume an arbitary value of factor `t`, which we then + * (7) We first assume an arbitrary value of factor `t`, which we then * improve. * * ```