Fix: s/bootsrap/bootstrap/

This commit is contained in:
Pekka Pessi 2010-03-22 17:05:46 +02:00 committed by Aki Niemi
parent 92cb776fae
commit 540656ebfe
6 changed files with 6 additions and 6 deletions

View File

@ -360,7 +360,7 @@ static void reachable_cb(GIsiClient *client, bool alive, uint16_t object,
const char *debug = NULL;
if (!alive) {
DBG("Unable to bootsrap call barring driver");
DBG("Unable to bootstrap call barring driver");
return;
}

View File

@ -512,7 +512,7 @@ static void reachable_cb(GIsiClient *client, bool alive, uint16_t object,
const char *debug = NULL;
if (!alive) {
DBG("Unable to bootsrap call forwarding driver");
DBG("Unable to bootstrap call forwarding driver");
return;
}

View File

@ -294,7 +294,7 @@ static void reachable_cb(GIsiClient *client, bool alive, uint16_t object,
const char *debug = NULL;
if (!alive) {
DBG("Unable to bootsrap call settings driver");
DBG("Unable to bootstrap call settings driver");
return;
}

View File

@ -871,7 +871,7 @@ static void reachable_cb(GIsiClient *client, bool alive, uint16_t object,
struct ofono_netreg *netreg = opaque;
if (!alive) {
DBG("Unable to bootsrap netreg driver");
DBG("Unable to bootstrap netreg driver");
return;
}

View File

@ -290,7 +290,7 @@ static void reachable_cb(GIsiClient *client, bool alive, uint16_t object,
const char *debug = NULL;
if (!alive) {
DBG("Unable to bootsrap phonebook driver");
DBG("Unable to bootstrap phonebook driver");
return;
}

View File

@ -267,7 +267,7 @@ static void ussd_reachable_cb(GIsiClient *client, bool alive, uint16_t object,
struct ofono_ussd *ussd = opaque;
if (!alive) {
DBG("Unable to bootsrap ussd driver");
DBG("Unable to bootstrap ussd driver");
return;
}