aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-01-24 20:16:44 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-01-25 09:52:12 +0100
commit90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch)
treeb01673e24038a1dd8e7e24be79cec049e344a809 /libmm-glib/mm-call.c
parent223b754fccba28dbb3ce950058a81bd133c8ce86 (diff)
*: Spelling fixes
Diffstat (limited to 'libmm-glib/mm-call.c')
-rw-r--r--libmm-glib/mm-call.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/libmm-glib/mm-call.c b/libmm-glib/mm-call.c
index 58731a2f..92689f85 100644
--- a/libmm-glib/mm-call.c
+++ b/libmm-glib/mm-call.c
@@ -184,7 +184,7 @@ mm_call_get_state_reason (MMCall *self)
*
* Finishes an operation started with mm_call_start().
*
- * Returns: %TRUE if the operation succeded, %FALSE if @error is set.
+ * Returns: %TRUE if the operation succeeded, %FALSE if @error is set.
*/
gboolean
mm_call_start_finish (MMCall *self,
@@ -239,7 +239,7 @@ mm_call_start (MMCall *self,
* The calling thread is blocked until a reply is received.
* See mm_call_start() 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_call_start_sync (MMCall *self,
@@ -263,7 +263,7 @@ mm_call_start_sync (MMCall *self,
*
* Finishes an operation started with mm_call_accept().
*
- * Returns: %TRUE if the operation succeded, %FALSE if @error is set.
+ * Returns: %TRUE if the operation succeeded, %FALSE if @error is set.
*/
gboolean
mm_call_accept_finish (MMCall *self,
@@ -318,7 +318,7 @@ mm_call_accept (MMCall *self,
* The calling thread is blocked until an incoming call is ready.
* See mm_call_accept() 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_call_accept_sync (MMCall *self,
@@ -342,7 +342,7 @@ mm_call_accept_sync (MMCall *self,
*
* Finishes an operation started with mm_call_hangup().
*
- * Returns: %TRUE if the operation succeded, %FALSE if @error is set.
+ * Returns: %TRUE if the operation succeeded, %FALSE if @error is set.
*/
gboolean
mm_call_hangup_finish (MMCall *self,
@@ -397,7 +397,7 @@ mm_call_hangup (MMCall *self,
* The calling thread is blocked until an incoming call is ready.
* See mm_call_hangup() 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_call_hangup_sync (MMCall *self,
@@ -421,7 +421,7 @@ mm_call_hangup_sync (MMCall *self,
*
* Finishes an operation started with mm_call_send_dtmf().
*
- * Returns: %TRUE if the operation succeded, %FALSE if @error is set.
+ * Returns: %TRUE if the operation succeeded, %FALSE if @error is set.
*/
gboolean
mm_call_send_dtmf_finish (MMCall *self,
@@ -480,7 +480,7 @@ mm_call_send_dtmf (MMCall *self,
* The calling thread is blocked until an incoming call is ready.
* See mm_call_send_dtmf() 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_call_send_dtmf_sync (MMCall *self,