mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: compositing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6d6b22b697
commit
f21d4da40f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void graphics_draw_rotated_bitmap(GContext* ctx, GBitmap *src, GPoint src_ic, in
|
|||
background = GColorWhite;
|
||||
break;
|
||||
default:
|
||||
PBL_ASSERT(0, "unknown coposting mode %d", compositing_mode);
|
||||
PBL_ASSERT(0, "unknown compositing mode %d", compositing_mode);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue