@@ -196,7 +196,7 @@ ZTEST(cis_create, test_cc_create_periph_rem_host_accept)
196
196
/* Done */
197
197
event_done (& conn );
198
198
199
- /* There should be excactly one host notification */
199
+ /* There should be exactly one host notification */
200
200
ut_rx_node (NODE_CIS_REQUEST , & ntf , & cis_req );
201
201
ut_rx_q_is_empty ();
202
202
@@ -264,7 +264,7 @@ ZTEST(cis_create, test_cc_create_periph_rem_host_accept)
264
264
/* Prepare */
265
265
event_prepare (& conn );
266
266
267
- /* There should be excactly one host notification */
267
+ /* There should be exactly one host notification */
268
268
ut_rx_node (NODE_CIS_ESTABLISHED , & ntf , & cis_estab );
269
269
ut_rx_q_is_empty ();
270
270
@@ -328,7 +328,7 @@ ZTEST(cis_create, test_cc_create_periph_rem_host_reject)
328
328
/* Done */
329
329
event_done (& conn );
330
330
331
- /* There should be excactly one host notification */
331
+ /* There should be exactly one host notification */
332
332
ut_rx_node (NODE_CIS_REQUEST , & ntf , & cis_req );
333
333
ut_rx_q_is_empty ();
334
334
@@ -409,7 +409,7 @@ ZTEST(cis_create, test_cc_create_periph_rem_host_accept_to)
409
409
/* Done */
410
410
event_done (& conn );
411
411
412
- /* There should be excactly one host notification */
412
+ /* There should be exactly one host notification */
413
413
ut_rx_node (NODE_CIS_REQUEST , & ntf , & cis_req );
414
414
ut_rx_q_is_empty ();
415
415
@@ -435,7 +435,7 @@ ZTEST(cis_create, test_cc_create_periph_rem_host_accept_to)
435
435
/* Done */
436
436
event_done (& conn );
437
437
438
- /* There should be excactly one host notification */
438
+ /* There should be exactly one host notification */
439
439
ut_rx_node (NODE_CIS_ESTABLISHED , & ntf , & cis_estab );
440
440
ut_rx_q_is_empty ();
441
441
@@ -579,7 +579,7 @@ ZTEST(cis_create, test_cc_create_central_rem_unsupported)
579
579
/* Prepare */
580
580
event_prepare (& conn );
581
581
582
- /* There should be excactly one host notification
582
+ /* There should be exactly one host notification
583
583
* with status BT_HCI_ERR_UNSUPP_REMOTE_FEATURE
584
584
*/
585
585
ut_rx_node (NODE_CIS_ESTABLISHED , & ntf , & cis_estab );
@@ -737,7 +737,7 @@ ZTEST(cis_create, test_cc_create_central_rem_accept)
737
737
/* Prepare */
738
738
event_prepare (& conn );
739
739
740
- /* There should be excactly one host notification */
740
+ /* There should be exactly one host notification */
741
741
ut_rx_node (NODE_CIS_ESTABLISHED , & ntf , & cis_estab );
742
742
ut_rx_q_is_empty ();
743
743
@@ -846,7 +846,7 @@ ZTEST(cis_create, test_cc_create_central_rem_reject)
846
846
/* Prepare */
847
847
event_prepare (& conn );
848
848
849
- /* There should be excactly one host notification */
849
+ /* There should be exactly one host notification */
850
850
ut_rx_node (NODE_CIS_ESTABLISHED , & ntf , & cis_estab );
851
851
ut_rx_q_is_empty ();
852
852
0 commit comments