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