From da5daef5280abc36d155eaad50ce884a319ec661 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:45:20 -0500 Subject: [PATCH] spelling: subscription Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/hrm/hrm_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/hrm/hrm_manager.h b/src/fw/services/common/hrm/hrm_manager.h index cf568336..49695066 100644 --- a/src/fw/services/common/hrm/hrm_manager.h +++ b/src/fw/services/common/hrm/hrm_manager.h @@ -128,7 +128,7 @@ bool sys_hrm_manager_set_update_interval(HRMSessionRef session, uint32_t update_ //! @param[in] session the HRMSessionRef returned by sys_hrm_manager_app_subscribe //! @param[out] app_id if not NULL, the app_id belonging to this subscription is returned here //! @param[out] update_interval_s if not NULL, the requested update interval is returned here -//! @param[out] expire_s if not NULL, the number of seconds that this subcription will expire in +//! @param[out] expire_s if not NULL, the number of seconds that this subscription will expire in //! @return true if succss, false if subscription was not found bool sys_hrm_manager_get_subscription_info(HRMSessionRef session, AppInstallId *app_id, uint32_t *update_interval_s, uint16_t *expire_s,