mirror of
https://github.com/google/pebble.git
synced 2025-11-18 13:30:56 -05:00
spelling: deinitialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,7 @@ void app_menu_data_source_init(AppMenuDataSource *source,
|
||||
const AppMenuDataSourceCallbacks *handlers,
|
||||
void *callback_context);
|
||||
|
||||
//! Deinitalize the AppMenuDataSource
|
||||
//! Deinitialize the AppMenuDataSource
|
||||
void app_menu_data_source_deinit(AppMenuDataSource *source);
|
||||
|
||||
//! Will load the icons for each `AppMenuNode`. Will automatically be unloaded when
|
||||
|
||||
Reference in New Issue
Block a user