spelling: initiated

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:51:39 -05:00
parent 1e7f815c39
commit 714282660f

View file

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