summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/ofono-client.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-05-16 05:03:43 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-05-16 05:03:43 +0000
commit182789661d5c4d4dbe1c35f1b4f174bfd14f4472 (patch)
treedea6fabefc0f9c473ca79ad9bf7fc3be6e7970ab /binding-bluetooth/ofono-client.h
parent92aaf1c4ab97aada3b5bd864ffebda4c79158f3e (diff)
parent062bc304e68f54ed13d44c39ec055e08cfd4e883 (diff)
Merge "binding: bluetooth: fix typo of propertyies"
Diffstat (limited to 'binding-bluetooth/ofono-client.h')
-rw-r--r--binding-bluetooth/ofono-client.h2
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 --- */