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; }