From dff797266c1faa373a0a4ec461b7af43d959dbc4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:57:45 -0500 Subject: [PATCH] spelling: lowest Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/accessory/smartstrap_profiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/accessory/smartstrap_profiles.h b/src/fw/services/normal/accessory/smartstrap_profiles.h index 7eefebc4..6bfd43ff 100644 --- a/src/fw/services/normal/accessory/smartstrap_profiles.h +++ b/src/fw/services/normal/accessory/smartstrap_profiles.h @@ -51,7 +51,7 @@ typedef struct { SmartstrapProfile profile; //! The maximum number of services which a smartstrap may support for this profile uint8_t max_services; - //! The loweest service id which this profile supports + //! The lowest service id which this profile supports uint16_t min_service_id; //! Optional handler for initialization SmartstrapProfileInitHandler init;