diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-24 20:16:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-25 09:52:12 +0100 |
commit | 90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch) | |
tree | b01673e24038a1dd8e7e24be79cec049e344a809 /libmm-glib/mm-sms.c | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'libmm-glib/mm-sms.c')
-rw-r--r-- | libmm-glib/mm-sms.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libmm-glib/mm-sms.c b/libmm-glib/mm-sms.c index 0467b6c1..d7d1b41c 100644 --- a/libmm-glib/mm-sms.c +++ b/libmm-glib/mm-sms.c @@ -614,7 +614,7 @@ mm_sms_get_service_category (MMSms *self) * * Finishes an operation started with mm_sms_send(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sms_send_finish (MMSms *self, @@ -669,7 +669,7 @@ mm_sms_send (MMSms *self, * The calling thread is blocked until a reply is received. * See mm_sms_send() for the asynchronous version of this method. * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sms_send_sync (MMSms *self, @@ -693,7 +693,7 @@ mm_sms_send_sync (MMSms *self, * * Finishes an operation started with mm_sms_store(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sms_store_finish (MMSms *self, @@ -752,7 +752,7 @@ mm_sms_store (MMSms *self, * The calling thread is blocked until a reply is received. * See mm_sms_store() for the asynchronous version of this method. * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sms_store_sync (MMSms *self, |