mirror of
https://github.com/google/pebble.git
synced 2025-07-08 07:56:21 +00:00
spelling: provider
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
47af5bd094
commit
d56fb48114
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ static void prv_handle_click(ClickRecognizerRef ref, void *context) {
|
|||
app_window_stack_push(window, true);
|
||||
}
|
||||
|
||||
static void prv_click_config_proivider(void *context) {
|
||||
static void prv_click_config_provider(void *context) {
|
||||
window_single_click_subscribe(BUTTON_ID_SELECT, prv_handle_click);
|
||||
}
|
||||
|
||||
|
@ -106,7 +106,7 @@ static Window *prv_window_create(void) {
|
|||
layer_add_child(&window->window.layer, &status_bar->layer);
|
||||
}
|
||||
|
||||
window_set_click_config_provider(result, prv_click_config_proivider);
|
||||
window_set_click_config_provider(result, prv_click_config_provider);
|
||||
|
||||
window_set_window_handlers(&window->window, &(WindowHandlers){
|
||||
.unload = prv_window_unload,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue