From 062bc304e68f54ed13d44c39ec055e08cfd4e883 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Sun, 14 May 2017 17:16:30 -0700 Subject: binding: bluetooth: fix typo of propertyies Fix typo of propertyies that should be properties. Bug-AGL: SPEC-578 Change-Id: I9b312666db39808d03fec33c0029858917a14b37 Signed-off-by: Matt Ranostay --- binding-bluetooth/bluetooth-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding-bluetooth/bluetooth-api.c') diff --git a/binding-bluetooth/bluetooth-api.c b/binding-bluetooth/bluetooth-api.c index 705e040..520d9e2 100644 --- a/binding-bluetooth/bluetooth-api.c +++ b/binding-bluetooth/bluetooth-api.c @@ -766,7 +766,7 @@ const struct afb_binding *afbBindingV1Register (const struct afb_binding_interfa Binding_RegisterCallback_t API_Callback; API_Callback.binding_device_added = bt_broadcast_device_added; API_Callback.binding_device_removed = bt_broadcast_device_removed; - API_Callback.binding_device_propertyies_changed = bt_broadcast_device_properties_change; + API_Callback.binding_device_properties_changed = bt_broadcast_device_properties_change; API_Callback.binding_request_confirmation = bt_request_confirmation; BindingAPIRegister(&API_Callback); -- cgit 1.2.3-korg