mirror of
https://github.com/google/pebble.git
synced 2025-06-15 06:03:11 +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
|
@ -161,7 +161,7 @@ void text_layer_legacy2_set_text_alignment(TextLayerLegacy2 *text_layer,
|
|||
//! 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_legacy2_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_legacy2_set_should_cache_layout(TextLayerLegacy2 *text_layer,
|
||||
bool should_cache_layout);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue