From 85e2476bcfab5db2bb0061441287a6c4ef53a37b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:08:07 -0500 Subject: [PATCH] spelling: another size is Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/timeline/notification_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/timeline/notification_layout.c b/src/fw/services/normal/timeline/notification_layout.c index 1f3343dd..25bf0414 100644 --- a/src/fw/services/normal/timeline/notification_layout.c +++ b/src/fw/services/normal/timeline/notification_layout.c @@ -58,7 +58,7 @@ #define LAYOUT_MAX_HEIGHT 2500 #define CARD_MARGIN PBL_IF_ROUND_ELSE(12, 10) -// All paddings relate to padding above the object unless othersize noted +// All paddings relate to padding above the object unless another size is noted #define CARD_BOTTOM_PADDING 18 // The y-position of a layout frame when its banner is peeking #define BANNER_PEEK_STATIC_Y (DISP_ROWS - STATUS_BAR_LAYER_HEIGHT)