spelling: supported

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:47:53 -05:00
parent bcf5e6d9f9
commit a169a706b7
6 changed files with 7 additions and 7 deletions

View file

@ -251,7 +251,7 @@ void test_bitblt__8bit_comptint_blend(void) {
(GColor8){.a = 3, .r = 2, .g = 1, .b = 0}
};
// Test image with four pixels of all our suported alpha values
// Test image with four pixels of all our supported alpha values
GBitmap test_bmp = (GBitmap){
.addr = test_blend_colors,
.row_size_bytes = 4,