From b7297fd9f4b69c06985ad2cbd91c3f21596529b2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:50:30 -0500 Subject: [PATCH] spelling: transformation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gtypes.h b/src/fw/applib/graphics/gtypes.h index 29ad8c2e..134948f2 100644 --- a/src/fw/applib/graphics/gtypes.h +++ b/src/fw/applib/graphics/gtypes.h @@ -1352,7 +1352,7 @@ typedef struct PACKED { typedef Fixed_S32_16 GTransformNumber; //! @internal -//! Data structure that contains the internal representation of a 3x3 tranformation matrix +//! Data structure that contains the internal representation of a 3x3 transformation matrix //! The transformation matrix will be expressed as follows: //! [ a b 0 ] //! [ c d 0 ]