From 2d73a5db2adbe241bcd97af35c5c458d2ba90e1b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:09:47 -0500 Subject: [PATCH] spelling: metadata Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/sdk_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/process_management/sdk_version.h b/src/fw/process_management/sdk_version.h index 824c2420..a9b924b6 100644 --- a/src/fw/process_management/sdk_version.h +++ b/src/fw/process_management/sdk_version.h @@ -18,7 +18,7 @@ #include "pebble_process_info.h" #include -//! Inspects the app metatdata whether the app supports app messaging. +//! Inspects the app metadata whether the app supports app messaging. //! Only if this returns true, the .messaging_info field of PebbleAppHandlers can be used. //! @return true if the app is built with an SDK that supports app messaging or not bool sdk_version_is_app_messaging_supported(const Version * const sdk_version);