X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fofono.c;h=36873d5a0c82551d97c29ae2f341e07f197d42e3;hb=dd3cccc5e67548dcc2dd6c6254ed6c97859085d5;hp=82413b6e680cf6957749e3f627a7ad211b5bed81;hpb=6b2381a2adabea7d8309ff158ef675ff88184305;p=platform%2Fupstream%2Fconnman.git diff --git a/plugins/ofono.c b/plugins/ofono.c index 82413b6..36873d5 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -614,7 +614,7 @@ static void context_set_active_reply(struct modem_data *modem, if (success) { /* * Don't handle do anything on success here. oFono will send - * the change via PropertyChanged singal. + * the change via PropertyChanged signal. */ return; } @@ -667,7 +667,7 @@ static void cdma_cm_set_powered_reply(struct modem_data *modem, if (success) { /* * Don't handle do anything on success here. oFono will send - * the change via PropertyChanged singal. + * the change via PropertyChanged signal. */ return; } @@ -2968,7 +2968,7 @@ static void ofono_exit(void) if (modem_hash) { /* - * We should propably wait for the SetProperty() reply + * We should probably wait for the SetProperty() reply * message, because ... */ g_hash_table_foreach(modem_hash, modem_power_down, NULL);