From e2cad1d2fb9753d9831f6f1578c39f9c9c0a0ac1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:22 -0500 Subject: [PATCH] spelling: representation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gtypes.h | 2 +- src/fw/applib/rockyjs/api/rocky_api_app_message.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/graphics/gtypes.h b/src/fw/applib/graphics/gtypes.h index 8d4cb494..6ce93df6 100644 --- a/src/fw/applib/graphics/gtypes.h +++ b/src/fw/applib/graphics/gtypes.h @@ -350,7 +350,7 @@ void gpoint_sort(GPoint *points, size_t num_points, GPointComparator comparator, #define GPOINT_PRECISE_PRECISION FIXED_S16_3_PRECISION #define GPOINT_PRECISE_FACTOR FIXED_S16_3_FACTOR -//! Internal respresentation of a point +//! Internal representation of a point //! 1 bit for sign, 12 bits represent the coordinate, 3 bits represent the precision //! Supports -4096.000 px to 4095.875 px resolution typedef struct __attribute__ ((__packed__)) GPointPrecise { diff --git a/src/fw/applib/rockyjs/api/rocky_api_app_message.c b/src/fw/applib/rockyjs/api/rocky_api_app_message.c index baf889c4..0e34cf25 100644 --- a/src/fw/applib/rockyjs/api/rocky_api_app_message.c +++ b/src/fw/applib/rockyjs/api/rocky_api_app_message.c @@ -73,7 +73,7 @@ typedef struct { typedef struct OutgoingObject { ListNode node; - //! Working buffer containing the JSON string respresentation of the object. + //! Working buffer containing the JSON string representation of the object. char *data_buffer; //! The next offset in bytes, into the JSON string (excluding the PostMessageChunkPayload