diff options
Diffstat (limited to 'ofono-client.h')
-rw-r--r-- | ofono-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ofono-client.h b/ofono-client.h index 8c6b0a2..38ab24f 100644 --- a/ofono-client.h +++ b/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 --- */ |