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);