diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-03-11 22:47:35 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2025-03-11 23:15:57 +0100 |
commit | 68933455df82b2259c1a091232ded3334c87c551 (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/plugins | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/huawei/mm-broadband-bearer-huawei.c | 2 | ||||
-rw-r--r-- | src/plugins/iridium/mm-broadband-modem-iridium.c | 4 | ||||
-rw-r--r-- | src/plugins/mbm/mm-broadband-modem-mbm.c | 2 | ||||
-rw-r--r-- | src/plugins/option/mm-shared-option.c | 2 | ||||
-rw-r--r-- | src/plugins/tests/test-port-context.c | 2 | ||||
-rw-r--r-- | src/plugins/thuraya/mm-broadband-modem-thuraya.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/huawei/mm-broadband-bearer-huawei.c b/src/plugins/huawei/mm-broadband-bearer-huawei.c index 679e2d0b..19112af4 100644 --- a/src/plugins/huawei/mm-broadband-bearer-huawei.c +++ b/src/plugins/huawei/mm-broadband-bearer-huawei.c @@ -325,7 +325,7 @@ connect_3gpp_context_step (GTask *task) /* Clear task */ self->priv->connect_pending = NULL; - /* If we already sent the connetion command, send the disconnection one */ + /* If we already sent the connection command, send the disconnection one */ if (ctx->step > CONNECT_3GPP_CONTEXT_STEP_NDISDUP) mm_base_modem_at_command_full (ctx->modem, MM_IFACE_PORT_AT (ctx->primary), diff --git a/src/plugins/iridium/mm-broadband-modem-iridium.c b/src/plugins/iridium/mm-broadband-modem-iridium.c index e9cdc4bd..7f849811 100644 --- a/src/plugins/iridium/mm-broadband-modem-iridium.c +++ b/src/plugins/iridium/mm-broadband-modem-iridium.c @@ -221,7 +221,7 @@ setup_flow_control (MMIfaceModem *self, } /*****************************************************************************/ -/* Load supported modes (Modem inteface) */ +/* Load supported modes (Modem interface) */ static GArray * load_supported_modes_finish (MMIfaceModem *self, @@ -254,7 +254,7 @@ load_supported_modes (MMIfaceModem *self, } /*****************************************************************************/ -/* Create SIM (Modem inteface) */ +/* Create SIM (Modem interface) */ static MMBaseSim * create_sim_finish (MMIfaceModem *self, diff --git a/src/plugins/mbm/mm-broadband-modem-mbm.c b/src/plugins/mbm/mm-broadband-modem-mbm.c index 15d54d9f..c6c44a7b 100644 --- a/src/plugins/mbm/mm-broadband-modem-mbm.c +++ b/src/plugins/mbm/mm-broadband-modem-mbm.c @@ -1458,7 +1458,7 @@ setup_ports (MMBroadbandModem *_self) if (!(self->priv->enabled_sources & (MM_MODEM_LOCATION_SOURCE_GPS_NMEA | MM_MODEM_LOCATION_SOURCE_GPS_RAW | MM_MODEM_LOCATION_SOURCE_GPS_UNMANAGED))) { - /* make sure GPS is stopped incase it was left enabled */ + /* make sure GPS is stopped in case it was left enabled */ mm_base_modem_at_command (MM_BASE_MODEM (self), "AT*E2GPSCTL=0", 3, FALSE, NULL, NULL); /* Add handler for the NMEA traces */ mm_port_serial_gps_add_trace_handler (gps_data_port, diff --git a/src/plugins/option/mm-shared-option.c b/src/plugins/option/mm-shared-option.c index 3c17e8a8..85e4c193 100644 --- a/src/plugins/option/mm-shared-option.c +++ b/src/plugins/option/mm-shared-option.c @@ -31,7 +31,7 @@ G_DEFINE_INTERFACE (MMSharedOption, mm_shared_option, MM_TYPE_IFACE_MODEM) /*****************************************************************************/ -/* Create SIM (Modem inteface) */ +/* Create SIM (Modem interface) */ MMBaseSim * mm_shared_option_create_sim_finish (MMIfaceModem *self, diff --git a/src/plugins/tests/test-port-context.c b/src/plugins/tests/test-port-context.c index e96cff7b..25f8aa23 100644 --- a/src/plugins/tests/test-port-context.c +++ b/src/plugins/tests/test-port-context.c @@ -303,7 +303,7 @@ create_socket_service (TestPortContext *self) /* And store both the service and the socket. * Since GLib 2.42 the socket may not be explicitly closed when the - * listener is diposed, so we'll do it ourselves. */ + * listener is disposed, so we'll do it ourselves. */ self->socket_service = service; self->socket = socket; diff --git a/src/plugins/thuraya/mm-broadband-modem-thuraya.c b/src/plugins/thuraya/mm-broadband-modem-thuraya.c index 710c014f..e5354010 100644 --- a/src/plugins/thuraya/mm-broadband-modem-thuraya.c +++ b/src/plugins/thuraya/mm-broadband-modem-thuraya.c @@ -87,7 +87,7 @@ load_operator_name (MMIfaceModem3gpp *self, } /*****************************************************************************/ -/* Load supported modes (Modem inteface) */ +/* Load supported modes (Modem interface) */ static GArray * load_supported_modes_finish (MMIfaceModem *self, |