mirror of
https://github.com/google/pebble.git
synced 2025-05-19 09:54:55 +00:00
spelling: supported
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bcf5e6d9f9
commit
a169a706b7
6 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue