mirror of
https://github.com/google/pebble.git
synced 2025-05-24 20:24:53 +00:00
spelling: occurring
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9cf1456fff
commit
3f55864a85
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue