From eee2eb78bd8c1f9d3daeef1ef496dbb6484b5124 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 --- bluetooth-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bluetooth-manager.h') diff --git a/bluetooth-manager.h b/bluetooth-manager.h index 2876552..896d213 100644 --- a/bluetooth-manager.h +++ b/bluetooth-manager.h @@ -150,7 +150,7 @@ typedef struct tagBinding_RegisterCallback { void (*binding_device_added)(struct btd_device *BDdevice); void (*binding_device_removed)(struct btd_device *BDdevice); - void (*binding_device_propertyies_changed)(struct btd_device *BDdevice); + void (*binding_device_properties_changed)(struct btd_device *BDdevice); gboolean (*binding_request_confirmation)(const gchar *device, guint passkey); }Binding_RegisterCallback_t; -- cgit 1.2.3-korg