From cb9fe3152fe700f4ea4d091cf8204f5108747fdc Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:59:31 -0500 Subject: [PATCH] spelling: initiator Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fakes/fake_GAPAPI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fakes/fake_GAPAPI.c b/tests/fakes/fake_GAPAPI.c index 1f317e4b..b058e36a 100644 --- a/tests/fakes/fake_GAPAPI.c +++ b/tests/fakes/fake_GAPAPI.c @@ -114,7 +114,7 @@ static unsigned long s_le_create_connection_callback_param; int GAP_LE_Create_Connection(unsigned int BluetoothStackID, unsigned int ScanInterval, unsigned int ScanWindow, - GAP_LE_Filter_Policy_t InitatorFilterPolicy, + GAP_LE_Filter_Policy_t InitiatorFilterPolicy, GAP_LE_Address_Type_t RemoteAddressType, BD_ADDR_t *RemoteDevice, GAP_LE_Address_Type_t LocalAddressType,