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/bluez-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding-bluetooth/bluez-client.h') diff --git a/binding-bluetooth/bluez-client.h b/binding-bluetooth/bluez-client.h index 2ff50e6..64ee9ad 100644 --- a/binding-bluetooth/bluez-client.h +++ b/binding-bluetooth/bluez-client.h @@ -57,7 +57,7 @@ typedef struct tagBluez_RegisterCallback { void (*device_added)(struct bt_device *device); void (*device_removed)(const gchar *path); - void (*device_propertyies_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value); + void (*device_properties_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value); }Bluez_RegisterCallback_t; /* --- PUBLIC FUNCTIONS --- */ -- cgit 1.2.3-korg