mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
spelling: already
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e02cd968c2
commit
405717f0de
3 changed files with 3 additions and 3 deletions
|
@ -540,7 +540,7 @@ static void prv_app_show_crash_ui(AppInstallId install_id) {
|
|||
//! Switch to the app stored in the s_next_app global. The gracefully flag tells us whether to attempt a graceful
|
||||
//! exit or not.
|
||||
//!
|
||||
//! For a graceful exit, if the app has not alreeady finished it's de-init, we post a de_init event to the app, set
|
||||
//! For a graceful exit, if the app has not already finished it's de-init, we post a de_init event to the app, set
|
||||
//! a 3 second timer, and return immediately to the caller. If/when the app finally finishes deinit, it will post a
|
||||
//! PEBBLE_PROCESS_KILL_EVENT (graceful=true), which results in this method being again with graceful=true. We will then
|
||||
//! see that the de_init already finished in that second invocation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue