summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-07-29 15:23:41 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-07-29 15:34:43 +0200
commit5f7f38a5867338d910fd10a49957d2796dce9435 (patch)
tree46a832fca2ac7a5ea1ba6f21d5a6faf0af20041a
parent72953e3dc4e8ae5c69edae544c2bfdf2f7266354 (diff)
downloadNetworkManager-5f7f38a5867338d910fd10a49957d2796dce9435.tar.gz
wwan: trivial: fix typos in error strings
Reported-by: m.manico@gmx.at
-rw-r--r--src/devices/wwan/nm-modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/wwan/nm-modem.c b/src/devices/wwan/nm-modem.c
index 24b6b4160b..b74d72c0eb 100644
--- a/src/devices/wwan/nm-modem.c
+++ b/src/devices/wwan/nm-modem.c
@@ -285,7 +285,7 @@ nm_modem_get_connection_ip_type (NMModem *self,
NM_DEVICE_ERROR,
NM_DEVICE_ERROR_INCOMPATIBLE_CONNECTION,
"Connection requested IPv4 but IPv4 is "
- "unsuported by the modem.");
+ "unsupported by the modem.");
return NULL;
}
return build_single_ip_type_array (NM_MODEM_IP_TYPE_IPV4);
@@ -297,7 +297,7 @@ nm_modem_get_connection_ip_type (NMModem *self,
NM_DEVICE_ERROR,
NM_DEVICE_ERROR_INCOMPATIBLE_CONNECTION,
"Connection requested IPv6 but IPv6 is "
- "unsuported by the modem.");
+ "unsupported by the modem.");
return NULL;
}
return build_single_ip_type_array (NM_MODEM_IP_TYPE_IPV6);