spelling: occurring

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:17:37 -05:00
parent 9cf1456fff
commit 3f55864a85
4 changed files with 4 additions and 4 deletions

View file

@ -158,7 +158,7 @@ void text_layer_set_text_alignment(TextLayer *text_layer, GTextAlignment text_al
//! By default, layout caching is off (false). Layout caches store the max used
//! height and width of a text layer.
//! NOTE: when using cached layouts, text_layer_deinit() MUST be called at some
//! point in time to prevent memory leaks from occuring.
//! point in time to prevent memory leaks from occurring.
void text_layer_set_should_cache_layout(TextLayer *text_layer, bool should_cache_layout);
//! @internal