spelling: metadata

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:09:47 -05:00
parent 448406972a
commit 2d73a5db2a

View file

@ -18,7 +18,7 @@
#include "pebble_process_info.h"
#include <stdbool.h>
//! 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);