From 1b10188be493df7d5cf94c8a3cf2b58859a5ed02 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:34:04 -0500 Subject: [PATCH] spelling: receiving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/launcher_app_message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/process_management/launcher_app_message.h b/src/fw/process_management/launcher_app_message.h index 9670ea9a..62dc5123 100644 --- a/src/fw/process_management/launcher_app_message.h +++ b/src/fw/process_management/launcher_app_message.h @@ -21,6 +21,6 @@ //! Launcher App Message is deprecated and on Android >= 2.3 and other devices that pass the //! support flags for the AppRunState endpoint will use that endpoint (0x34) instead. That //! endpoint should be used for sending messages on start/stop status of applications and -//! sending/recieving application states. The LauncherAppMessage endpoint is kept for +//! sending/receiving application states. The LauncherAppMessage endpoint is kept for //! backwards compatibility with older mobile applications. void launcher_app_message_send_app_state_deprecated(const Uuid *uuid, bool running);