diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-05-23 17:49:52 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:48 +0200 |
commit | 394bf91032e7544d323fe861ac13113e9bcfa26d (patch) | |
tree | 53ad80eef0cb1a4785b065dfe293e6ff764fbeb2 /cli/mmcli-modem-voice.c | |
parent | a6adf041022ce54e3114c61ec387383a56838707 (diff) |
mmcli,voice: fix minor typo
Diffstat (limited to 'cli/mmcli-modem-voice.c')
-rw-r--r-- | cli/mmcli-modem-voice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-voice.c b/cli/mmcli-modem-voice.c index 06bebae9..b58257ee 100644 --- a/cli/mmcli-modem-voice.c +++ b/cli/mmcli-modem-voice.c @@ -180,7 +180,7 @@ list_process_reply (GList *result, g_print ("\n"); if (!result) { - g_print ("No call were found\n"); + g_print ("No calls were found\n"); } else { GList *l; |