diff options
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r-- | cli/mmcli-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index 11a7af9c..592b7a1e 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -1454,7 +1454,7 @@ look_for_call_in_modem (GTask *task) modem = mm_object_get_modem_voice (ctx->current); if (!modem) { - /* Current modem has no messaging capabilities, try with next modem */ + /* Current modem has no call capabilities, try with next modem */ look_for_call_in_modem (task); return; } |