diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-11-28 17:24:38 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-04 14:11:17 +0100 |
commit | 7d576a084ca5ee53f163f87e18b0b1ab021c4075 (patch) | |
tree | 0ee9a61399afe35449119c12d2170e364d02811d | |
parent | 1919138c68d5f91c1fe49daf3eddce653f6d4aa8 (diff) |
cinterion: fix typo in comment
-rw-r--r-- | plugins/cinterion/mm-broadband-bearer-cinterion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-broadband-bearer-cinterion.c b/plugins/cinterion/mm-broadband-bearer-cinterion.c index 74ef50be..62c6abbe 100644 --- a/plugins/cinterion/mm-broadband-bearer-cinterion.c +++ b/plugins/cinterion/mm-broadband-bearer-cinterion.c @@ -445,7 +445,7 @@ connect_3gpp (MMBroadbandBearer *self, g_assert (primary != NULL); - /* Get a tet port to setup the connection on */ + /* Get a net port to setup the connection on */ port = mm_base_modem_peek_best_data_port (MM_BASE_MODEM (modem), MM_PORT_TYPE_NET); if (!port) { g_simple_async_report_error_in_idle (G_OBJECT (self), |