spelling: receiving

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:34:04 -05:00
parent 9f4d934ec4
commit 1b10188be4

View file

@ -21,6 +21,6 @@
//! Launcher App Message is deprecated and on Android >= 2.3 and other devices that pass the //! 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 //! 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 //! 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. //! backwards compatibility with older mobile applications.
void launcher_app_message_send_app_state_deprecated(const Uuid *uuid, bool running); void launcher_app_message_send_app_state_deprecated(const Uuid *uuid, bool running);