From 394bf91032e7544d323fe861ac13113e9bcfa26d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 23 May 2015 17:49:52 +0200 Subject: [PATCH] mmcli,voice: fix minor typo --- cli/mmcli-modem-voice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;