From 6590c67a8826ba35d0de67da117b1d3a89b751c7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:49 -0500 Subject: [PATCH] spelling: represented 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 436ac047..9237df8c 100644 --- a/src/fw/applib/graphics/gbitmap_pbi.h +++ b/src/fw/applib/graphics/gbitmap_pbi.h @@ -43,7 +43,7 @@ //! (width by height) and the first bit of image data is the pixel at (0, 0), //! then the bounds.size would be `GSize(29, 5)` and bounds.origin would be `GPoint(0, 0)`. //! ![](gbitmap.png) -//! In the illustration each pixel is a representated as a square. The white +//! In the illustration each pixel is a represented as a square. The white //! squares are the bits that are used, the gray squares are the padding bits, because //! each row of image data has to be a multiple of 4 bytes (32 bits). //! The numbers in the column in the left are the offsets (in bytes) from the `*addr`