spelling: initial

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:51:28 -05:00
parent 9ab4efb8b8
commit 42ff2a4a3e
5 changed files with 8 additions and 8 deletions

View file

@ -249,7 +249,7 @@ void conn_mgr_set_ble_conn_response_time_ext(
uint16_t max_period_secs, ResponsivenessGrantedHandler granted_handler) {
ConnectionMgrInfo *conn_mgr_info;
if (!hdl || !((conn_mgr_info = hdl->conn_mgr_info))) {
PBL_LOG(LOG_LEVEL_ERROR, "GAP Handle not properly intialized");
PBL_LOG(LOG_LEVEL_ERROR, "GAP Handle not properly initialized");
return;
}