From ef22f1e4a93dae78aea388f652a9f4704804931d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:39:49 -0500 Subject: [PATCH] spelling: each other Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/rotbmp_pair_layer.h | 2 +- tests/fw/services/analytics/test_analytics_heartbeat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/ui/rotbmp_pair_layer.h b/src/fw/applib/ui/rotbmp_pair_layer.h index 31791a7a..282e7805 100644 --- a/src/fw/applib/ui/rotbmp_pair_layer.h +++ b/src/fw/applib/ui/rotbmp_pair_layer.h @@ -32,7 +32,7 @@ typedef struct { } RotBmpPairLayer; -//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of eachother +//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of each other void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black); void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair); diff --git a/tests/fw/services/analytics/test_analytics_heartbeat.c b/tests/fw/services/analytics/test_analytics_heartbeat.c index a2180814..6f99e742 100644 --- a/tests/fw/services/analytics/test_analytics_heartbeat.c +++ b/tests/fw/services/analytics/test_analytics_heartbeat.c @@ -37,7 +37,7 @@ static Uuid test_uuid = (Uuid){0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF}; // A minimal, basic test that heartbeats don't overwrite adjacent data when -// fields next to eachother are set. We set UUID first (well, create_app does), +// fields next to each other are set. We set UUID first (well, create_app does), // and then set the fields on either side, and verify that UUID remains // unchanged. // struct AppHeartbeat {