From 110e0fda31e86e3210a10a373560d42760962ce3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:32:08 -0500 Subject: [PATCH] spelling: property Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- applib-targets/emscripten/emscripten_jerry_api.c | 2 +- src/fw/applib/legacy2/ui/property_animation_legacy2.h | 2 +- src/fw/applib/ui/property_animation.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applib-targets/emscripten/emscripten_jerry_api.c b/applib-targets/emscripten/emscripten_jerry_api.c index 2bc5eef9..48980020 100644 --- a/applib-targets/emscripten/emscripten_jerry_api.c +++ b/applib-targets/emscripten/emscripten_jerry_api.c @@ -558,7 +558,7 @@ jerry_size_t jerry_object_to_string_to_utf8_char_buffer(const jerry_value_t obje return len; } -// FIXME: PBL-43551 Propery CESU-8 => UTF-8 conversion. +// FIXME: PBL-43551 Property CESU-8 => UTF-8 conversion. jerry_size_t jerry_object_to_string_to_char_buffer(const jerry_value_t object, jerry_char_t *buffer_p, jerry_size_t buffer_size) { diff --git a/src/fw/applib/legacy2/ui/property_animation_legacy2.h b/src/fw/applib/legacy2/ui/property_animation_legacy2.h index 6216a32e..39a6618b 100644 --- a/src/fw/applib/legacy2/ui/property_animation_legacy2.h +++ b/src/fw/applib/legacy2/ui/property_animation_legacy2.h @@ -35,7 +35,7 @@ //! Actually, property animations do more than just moving a Layer around over time. //! PropertyAnimationLegacy2 is a concrete class of animations and is built around the Animation //! subsystem, which covers anything timing related, but does not move anything around. -//! A ProperyAnimation animates a "property" of a "subject". +//! A PropertyAnimation animates a "property" of a "subject". //! //!