diff options
Diffstat (limited to 'libmm-glib')
-rw-r--r-- | libmm-glib/mm-cdma-manual-activation-properties.c | 2 | ||||
-rw-r--r-- | libmm-glib/mm-compat.h | 2 | ||||
-rw-r--r-- | libmm-glib/mm-firmware-properties.c | 4 | ||||
-rw-r--r-- | libmm-glib/mm-modem-3gpp.c | 2 | ||||
-rw-r--r-- | libmm-glib/mm-modem-location.c | 2 | ||||
-rw-r--r-- | libmm-glib/mm-modem-messaging.c | 8 |
6 files changed, 10 insertions, 10 deletions
diff --git a/libmm-glib/mm-cdma-manual-activation-properties.c b/libmm-glib/mm-cdma-manual-activation-properties.c index 94e8265f..776613d4 100644 --- a/libmm-glib/mm-cdma-manual-activation-properties.c +++ b/libmm-glib/mm-cdma-manual-activation-properties.c @@ -243,7 +243,7 @@ mm_cdma_manual_activation_properties_set_mdn (MMCdmaManualActivationProperties * * mm_cdma_manual_activation_properties_get_min: * @self: A #MMCdmaManualActivationProperties. * - * Gets the Mobile Indentification Number. + * Gets the Mobile Identification Number. * * Returns: (transfer none): The MIN. Do not free the returned value, it is * owned by @self. diff --git a/libmm-glib/mm-compat.h b/libmm-glib/mm-compat.h index 6a753bc3..14a9c86a 100644 --- a/libmm-glib/mm-compat.h +++ b/libmm-glib/mm-compat.h @@ -46,7 +46,7 @@ * * These types and methods are flagged as deprecated and therefore * shouldn't be used in newly written code. They are provided to avoid - * innecessary API/ABI breaks, for compatibility purposes only. + * unnecessary API/ABI breaks, for compatibility purposes only. */ /*****************************************************************************/ diff --git a/libmm-glib/mm-firmware-properties.c b/libmm-glib/mm-firmware-properties.c index d1edb030..a27b123f 100644 --- a/libmm-glib/mm-firmware-properties.c +++ b/libmm-glib/mm-firmware-properties.c @@ -69,7 +69,7 @@ static MMFirmwareProperties *firmware_properties_new_empty (void); * mm_firmware_properties_get_unique_id: * @self: A #MMFirmwareProperties. * - * Gets the unique ID of the firmare image. + * Gets the unique ID of the firmware image. * * Returns: (transfer none): The ID of the image. Do not free the returned * value, it is owned by @self. @@ -90,7 +90,7 @@ mm_firmware_properties_get_unique_id (MMFirmwareProperties *self) * mm_firmware_properties_get_image_type: * @self: A #MMFirmwareProperties. * - * Gets the type of the firmare image. + * Gets the type of the firmware image. * * Returns: A #MMFirmwareImageType specifying The type of the image. * diff --git a/libmm-glib/mm-modem-3gpp.c b/libmm-glib/mm-modem-3gpp.c index e86360d3..521f9483 100644 --- a/libmm-glib/mm-modem-3gpp.c +++ b/libmm-glib/mm-modem-3gpp.c @@ -1565,7 +1565,7 @@ mm_modem_3gpp_set_nr5g_registration_settings_sync (MMModem3gpp * * * Finishes an operation started with mm_modem_3gpp_set_carrier_lock(). * - * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set. + * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set. * Since: 1.22 */ gboolean diff --git a/libmm-glib/mm-modem-location.c b/libmm-glib/mm-modem-location.c index 71acd92b..c6d13059 100644 --- a/libmm-glib/mm-modem-location.c +++ b/libmm-glib/mm-modem-location.c @@ -411,7 +411,7 @@ mm_modem_location_inject_assistance_data_finish (MMModemLocation *self, * %NULL. * @user_data: User data to pass to @callback. * - * Aynchronously injects assistance data to the GNSS module. + * Asynchronously injects assistance data to the GNSS module. * * When the operation is finished, @callback will be invoked in the * <link linkend="g-main-context-push-thread-default">thread-default main loop</link> diff --git a/libmm-glib/mm-modem-messaging.c b/libmm-glib/mm-modem-messaging.c index 616b6ecd..903d12ff 100644 --- a/libmm-glib/mm-modem-messaging.c +++ b/libmm-glib/mm-modem-messaging.c @@ -651,7 +651,7 @@ mm_modem_messaging_delete_sync (MMModemMessaging *self, * * Finishes an operation started with mm_modem_messaging_set_default_storage(). * - * Returns: %TRUE if set default storage is sucess, %FALSE if @error is set. + * Returns: %TRUE if set default storage is success, %FALSE if @error is set. * * Since: 1.24 */ @@ -676,7 +676,7 @@ mm_modem_messaging_set_default_storage_finish (MMModemMessaging *self, * %NULL * @user_data: User data to pass to @callback. * - * Asynchronously set deafult #MMSmsStorage in the modem. + * Asynchronously set default #MMSmsStorage in the modem. * * When the operation is finished, @callback will be invoked in the * <link linkend="g-main-context-push-thread-default">thread-default main loop</link> @@ -711,12 +711,12 @@ mm_modem_messaging_set_default_storage (MMModemMessaging *self, * @cancellable: (allow-none): A #GCancellable or %NULL. * @error: Return location for error or %NULL. * - * Synchronously set deafult #MMSmsStorage in the modem. + * Synchronously set default #MMSmsStorage in the modem. * * The calling thread is blocked until a reply is received. See * mm_modem_messaging_set_default_storage() for the asynchronous version of this method. * - * Returns: %TRUE if set default storage is sucess, %FALSE if @error is set. + * Returns: %TRUE if set default storage is success, %FALSE if @error is set. * * Since: 1.24 */ |