everywhere: fix typos

Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
Nazar Kazakov 2022-03-16 21:07:43 +00:00 committed by Anas Nashif
commit f483b1bc4c
757 changed files with 1284 additions and 1284 deletions

View file

@ -1413,7 +1413,7 @@ static uint8_t discover_primary_func(struct bt_conn *conn,
cur_mcs_inst->start_handle = attr->handle + 1;
cur_mcs_inst->end_handle = prim_service->end_handle;
/* Start discovery of characeristics */
/* Start discovery of characteristics */
discover_params.uuid = NULL;
discover_params.start_handle = cur_mcs_inst->start_handle;
discover_params.end_handle = cur_mcs_inst->end_handle;