From 714282660ffa845be3680d753bec9c49eeb2c84c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:51:39 -0500 Subject: [PATCH] spelling: initiated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/kernel_le_client/ppogatt/ppogatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/ble/kernel_le_client/ppogatt/ppogatt.c b/src/fw/comm/ble/kernel_le_client/ppogatt/ppogatt.c index d10e623a..95dc4d8a 100644 --- a/src/fw/comm/ble/kernel_le_client/ppogatt/ppogatt.c +++ b/src/fw/comm/ble/kernel_le_client/ppogatt/ppogatt.c @@ -561,7 +561,7 @@ static void prv_start_reset(PPoGATTClient *client) { static void prv_handle_reset_request(PPoGATTClient *client) { if (client->state == StateConnectedClosedAwaitingResetCompleteSelfInitiatedReset) { - // Already in self-initated reset procedure, client should ignore the request from the server. + // Already in self-initiated reset procedure, client should ignore the request from the server. PBL_LOG(LOG_LEVEL_INFO, "Ignoring reset request because local client already requested."); return; }