From 9a74f51086450e876a765068b3f64b1d8818733f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:05:47 -0500 Subject: [PATCH] spelling: lifecycle Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/kernel_le_client/ancs/ancs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/ble/kernel_le_client/ancs/ancs.c b/src/fw/comm/ble/kernel_le_client/ancs/ancs.c index 3f11e52a..47b863fd 100644 --- a/src/fw/comm/ble/kernel_le_client/ancs/ancs.c +++ b/src/fw/comm/ble/kernel_le_client/ancs/ancs.c @@ -1068,7 +1068,7 @@ void ancs_handle_ios9_or_newer_detected(void) { } // ------------------------------------------------------------------------------------------------- -// Lifecyle +// Lifecycle void ancs_create(void) { PBL_ASSERTN(s_ancs_client == NULL);