spelling: called

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:35:33 -05:00
parent 4a26ea9f66
commit 9c5fc488e0

View file

@ -391,7 +391,7 @@ static void prv_handle_app_stop_analytics(const ProcessContext *const context,
//! this time it will see the safe to kill is set and return true
//!
//! If the task does not exit by itself before the timer expires, then the timer will post another KILL event
//! with graceful set to false. This will result in this method being alled again with gracefully = false. When
//! with graceful set to false. This will result in this method being called again with gracefully = false. When
//! we see this, we just try and make sure the app is not stuck in privilege code. If it's not, we return true
//! and allow the caller to kill the task.
//!