From 21884a76f2470bba20c9ac270906f7957f17cc3d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:21:45 -0500 Subject: [PATCH] spelling: corresponds Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gbitmap_pbi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gbitmap_pbi.h b/src/fw/applib/graphics/gbitmap_pbi.h index 74a2d499..436ac047 100644 --- a/src/fw/applib/graphics/gbitmap_pbi.h +++ b/src/fw/applib/graphics/gbitmap_pbi.h @@ -54,7 +54,7 @@ //! ![](pixel_bit_values.png) //! //! - \ref GBitmapFormat8Bit: -//! Each pixel in the bitmap is represented by 1 byte. The color value of that byte correspends to +//! Each pixel in the bitmap is represented by 1 byte. The color value of that byte corresponds to //! a GColor.argb value. //! There is no restriction on row_size_bytes / stride. //!