From 27cbe4bcba7817a3d0b9e78c28a417187aed30aa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:01 -0500 Subject: [PATCH] spelling: point Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/animation_interpolate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/animation_interpolate.h b/src/fw/applib/ui/animation_interpolate.h index af3bd909..92579eec 100644 --- a/src/fw/applib/ui/animation_interpolate.h +++ b/src/fw/applib/ui/animation_interpolate.h @@ -111,7 +111,7 @@ int64_t interpolate_moook_in_only(int32_t normalized, int64_t from, int64_t to); //! @param from Starting point in space of the animation //! @param to Ending point in space of the animation //! @param bounce_back Whether to lead up to the end point from the opposite direction if we were -//! to lead up from the start poing, which a normal Moook curve would do. +//! to lead up from the start point, which a normal Moook curve would do. int64_t interpolate_moook_out(int32_t normalized, int64_t from, int64_t to, int32_t num_frames_from, bool bounce_back);