spelling: representation

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:22 -05:00
parent 1ac3b3ccc6
commit e2cad1d2fb
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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