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-sim.c | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'libmm-glib/mm-sim.c')
-rw-r--r-- | libmm-glib/mm-sim.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libmm-glib/mm-sim.c b/libmm-glib/mm-sim.c index 74cb3f0b..052f7e59 100644 --- a/libmm-glib/mm-sim.c +++ b/libmm-glib/mm-sim.c @@ -253,7 +253,7 @@ mm_sim_dup_operator_name (MMSim *self) * * Finishes an operation started with mm_sim_send_pin(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sim_send_pin_finish (MMSim *self, @@ -308,7 +308,7 @@ mm_sim_send_pin (MMSim *self, * The calling thread is blocked until a reply is received. * See mm_sim_send_pin() 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_sim_send_pin_sync (MMSim *self, @@ -334,7 +334,7 @@ mm_sim_send_pin_sync (MMSim *self, * * Finishes an operation started with mm_sim_send_puk(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sim_send_puk_finish (MMSim *self, @@ -393,7 +393,7 @@ mm_sim_send_puk (MMSim *self, * The calling thread is blocked until a reply is received. * See mm_sim_send_puk() 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_sim_send_puk_sync (MMSim *self, @@ -421,7 +421,7 @@ mm_sim_send_puk_sync (MMSim *self, * * Finishes an operation started with mm_sim_enable_pin(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sim_enable_pin_finish (MMSim *self, @@ -477,7 +477,7 @@ mm_sim_enable_pin (MMSim *self, * The calling thread is blocked until a reply is received. * See mm_sim_enable_pin() 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_sim_enable_pin_sync (MMSim *self, @@ -504,7 +504,7 @@ mm_sim_enable_pin_sync (MMSim *self, * * Finishes an operation started with mm_sim_disable_pin(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sim_disable_pin_finish (MMSim *self, @@ -560,7 +560,7 @@ mm_sim_disable_pin (MMSim *self, * The calling thread is blocked until a reply is received. * See mm_sim_disable_pin() 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_sim_disable_pin_sync (MMSim *self, @@ -587,7 +587,7 @@ mm_sim_disable_pin_sync (MMSim *self, * * Finishes an operation started with mm_sim_change_pin(). * - * Returns: %TRUE if the operation succeded, %FALSE if @error is set. + * Returns: %TRUE if the operation succeeded, %FALSE if @error is set. */ gboolean mm_sim_change_pin_finish (MMSim *self, @@ -646,7 +646,7 @@ mm_sim_change_pin (MMSim *self, * The calling thread is blocked until a reply is received. * See mm_sim_change_pin() 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_sim_change_pin_sync (MMSim *self, |