spelling: initialize

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:59:22 -05:00
parent 4ec73561f9
commit cf9a5cb367
7 changed files with 9 additions and 9 deletions

View file

@ -89,7 +89,7 @@ static void prv_app_fetch_launch_app(AppFetchUIData *data) {
vibes_short_pulse();
}
// Allocate and inialize the data that would have been sent to the app originally before the
// Allocate and initialize the data that would have been sent to the app originally before the
// fetch request.
PebbleLaunchAppEventExtended *ext = kernel_malloc_check(sizeof(PebbleLaunchAppEventExtended));
*ext = (PebbleLaunchAppEventExtended) {