diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-16 05:03:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-05-16 05:03:43 +0000 |
commit | 182789661d5c4d4dbe1c35f1b4f174bfd14f4472 (patch) | |
tree | dea6fabefc0f9c473ca79ad9bf7fc3be6e7970ab /binding-bluetooth/ofono-client.h | |
parent | 92aaf1c4ab97aada3b5bd864ffebda4c79158f3e (diff) | |
parent | 062bc304e68f54ed13d44c39ec055e08cfd4e883 (diff) |
Merge "binding: bluetooth: fix typo of propertyies"
Diffstat (limited to 'binding-bluetooth/ofono-client.h')
-rw-r--r-- | binding-bluetooth/ofono-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/ofono-client.h b/binding-bluetooth/ofono-client.h index 8c6b0a2..38ab24f 100644 --- a/binding-bluetooth/ofono-client.h +++ b/binding-bluetooth/ofono-client.h @@ -55,7 +55,7 @@ typedef struct tagOfono_RegisterCallback { void (*modem_added)(struct ofono_modem *modem); void (*modem_removed)(struct ofono_modem *modem); - void (*modem_propertyies_changed)(struct ofono_modem *modem); + void (*modem_properties_changed)(struct ofono_modem *modem); }Ofono_RegisterCallback_t; /* --- PUBLIC FUNCTIONS --- */ |