aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmicli/qmicli-dms.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-19 12:47:29 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-19 12:47:29 +0100
commit95f8b1d20f51be943bad3ec060bf92af2469ba93 (patch)
tree3f35297dcaa65c67f36fe74fff4594f03b55175c /src/qmicli/qmicli-dms.c
parentce21b7464ee95b7bf2b64274b4b3f6b1d392c246 (diff)
downloadexternal_libqmi-95f8b1d20f51be943bad3ec060bf92af2469ba93.zip
external_libqmi-95f8b1d20f51be943bad3ec060bf92af2469ba93.tar.gz
external_libqmi-95f8b1d20f51be943bad3ec060bf92af2469ba93.tar.bz2
qmicli,dms: fix typos and poorly formated text messages
Diffstat (limited to 'src/qmicli/qmicli-dms.c')
-rw-r--r--src/qmicli/qmicli-dms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmicli/qmicli-dms.c b/src/qmicli/qmicli-dms.c
index 0f994ec..e486696 100644
--- a/src/qmicli/qmicli-dms.c
+++ b/src/qmicli/qmicli-dms.c
@@ -2822,14 +2822,14 @@ get_stored_image (QmiClientDms *client,
if (type == QMI_DMS_FIRMWARE_IMAGE_TYPE_MODEM) {
if (modem_index >= 0) {
- g_printerr ("Couldn't two 'modem' type firwmare indexes: '%s'\n", str);
+ g_printerr ("Cannot handle two 'modem' type firmware indices: '%s'\n", str);
operation_shutdown (FALSE);
return;
}
modem_index = (gint)image_index;
} else if (type == QMI_DMS_FIRMWARE_IMAGE_TYPE_PRI) {
if (pri_index >= 0) {
- g_printerr ("Couldn't two 'pri' type firwmare indexes: '%s'\n", str);
+ g_printerr ("Cannot handle two 'pri' type firmware indices: '%s'\n", str);
operation_shutdown (FALSE);
return;
}