Fix: s/bootsrap/bootstrap/
authorPekka Pessi <Pekka.Pessi@nokia.com>
Mon, 22 Mar 2010 15:05:46 +0000 (17:05 +0200)
committerAki Niemi <aki.niemi@nokia.com>
Tue, 20 Apr 2010 14:47:16 +0000 (17:47 +0300)
drivers/isimodem/call-barring.c
drivers/isimodem/call-forwarding.c
drivers/isimodem/call-settings.c
drivers/isimodem/network-registration.c
drivers/isimodem/phonebook.c
drivers/isimodem/ussd.c

index b8b175d..16cbb26 100644 (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;
        }
 
index 0624830..5061aee 100644 (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;
        }
 
index e76c406..b62cce8 100644 (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;
        }
 
index 02e2991..1549b8e 100644 (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;
        }
 
index d47f34c..ca5c603 100644 (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;
        }
 
index fc8540d..3180844 100644 (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;
        }