From db1840c0f598f73ad63f78e26aa7399e51b5e14e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:08:27 -0500 Subject: [PATCH] spelling: overlap Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/rotbmp_pair_layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/rotbmp_pair_layer.h b/src/fw/applib/ui/rotbmp_pair_layer.h index d240473f..30251ac2 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 each other +//! white and black *must* have the same dimensions, and *shouldn't* have any overlap of each other void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black); void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair);