spelling: exclude

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:40:57 -05:00
parent ed0bfa91da
commit 0a46a061ff

View file

@ -38,7 +38,7 @@ void bitmap_layer_update_proc(BitmapLayer *image, GContext* ctx) {
if (!process_manager_compiled_with_legacy2_sdk()) {
// Dirty workaround for calculation of offset in graphics_draw_bitmap_in_rect
// and preserving state of bitmap alignment in bitmap_layer
// The previous behavior is relied on by some 2.x apps, and therefore we exlude
// The previous behavior is relied on by some 2.x apps, and therefore we exclude
// the fix for apps compiled with older SDKs. See PBL-19136 for details.
rect.origin.x -= image->layer.bounds.origin.x;
rect.origin.y -= image->layer.bounds.origin.y;