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