spelling: advertisement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:33:30 -05:00
parent 9ef3483674
commit 03349f2d2b
7 changed files with 13 additions and 13 deletions

View file

@ -367,7 +367,7 @@ static void window_load(Window *window) {
layer_add_child(window_layer, menu_layer_get_layer(s_menu_layer));
// Start scanning. Advertisments will be delivered in the callback.
// Start scanning. Advertisements will be delivered in the callback.
toggle_scan();
}