diff options
Diffstat (limited to 'drivers/isimodem/call-forwarding.c')
-rw-r--r-- | drivers/isimodem/call-forwarding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c index 06248300..5061aee2 100644 --- a/drivers/isimodem/call-forwarding.c +++ b/drivers/isimodem/call-forwarding.c @@ -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; } |