From 394c11d0718b309c79d5e23a44d04e2a0e906687 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:39:15 -0500 Subject: [PATCH] spelling: sentinel Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/pebble_process_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/process_management/pebble_process_info.h b/src/fw/process_management/pebble_process_info.h index 7a9c1828..3c498288 100644 --- a/src/fw/process_management/pebble_process_info.h +++ b/src/fw/process_management/pebble_process_info.h @@ -199,7 +199,7 @@ int version_compare(Version a, Version b); // - tintin/waftools/inject_metadata.py // - iOS/PebblePrivateKit/PebblePrivateKit/PBBundle.m typedef struct __attribute__((__packed__)) { - char header[8]; //!< Sentinal value, should always be 'PBLAPP' + char header[8]; //!< Sentinel value, should always be 'PBLAPP' Version struct_version; //!< version of this structure's format Version sdk_version; //!< version of the SDK used to build this process Version process_version; //!< version of the process @@ -237,7 +237,7 @@ typedef struct __attribute__((__packed__)) { //! @internal typedef struct __attribute__((__packed__)) { - char header[8]; //!< Sentinal value, should always be 'PBLAPP' + char header[8]; //!< Sentinel value, should always be 'PBLAPP' Version struct_version; //!< version of this structure's format Version sdk_version; //!< version of the SDK used to build this process Version process_version; //!< version of the process