mirror of
https://github.com/google/pebble.git
synced 2025-06-05 09:43:12 +00:00
spelling: initialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4ec73561f9
commit
cf9a5cb367
7 changed files with 9 additions and 9 deletions
|
@ -93,7 +93,7 @@ typedef struct AppMenuDataSource {
|
|||
bool is_list_loaded;
|
||||
} AppMenuDataSource;
|
||||
|
||||
//! Initalize the AppMenuDataSource
|
||||
//! Initialize the AppMenuDataSource
|
||||
void app_menu_data_source_init(AppMenuDataSource *source,
|
||||
const AppMenuDataSourceCallbacks *handlers,
|
||||
void *callback_context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue