aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-messaging.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-11 22:47:35 +0100
committerGuido Günther <agx@sigxcpu.org>2025-03-11 23:15:57 +0100
commit68933455df82b2259c1a091232ded3334c87c551 (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /libmm-glib/mm-modem-messaging.c
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'libmm-glib/mm-modem-messaging.c')
-rw-r--r--libmm-glib/mm-modem-messaging.c8
1 files changed, 4 insertions, 4 deletions
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
*/