summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-04 13:36:39 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-10 09:22:36 +0200
commitcbaeea3ab904fe8ff8cde5b2d13d23f4d790b21b (patch)
tree19d1f27604cb6d357071b503a14b58ff0f34ef93 /telepathy-glib/channel-dispatch-operation.c
parentcbb09c486f10bad1807b23259950b1978e3c7116 (diff)
downloadtelepathy-glib-cbaeea3ab904fe8ff8cde5b2d13d23f4d790b21b.tar.gz
fix doc of tp_channel_dispatch_operation_claim_async()
Diffstat (limited to 'telepathy-glib/channel-dispatch-operation.c')
-rw-r--r--telepathy-glib/channel-dispatch-operation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index 43ab6d7a9..dd3d76368 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -1209,11 +1209,11 @@ claim_cb (TpChannelDispatchOperation *self,
* method becomes the handler for the channel.
*
* If successful, this method will cause the #TpProxy::invalidated signal
- * to be emitted, in the same wayas for
+ * to be emitted, in the same way as for
* tp_channel_dispatch_operation_handle_with_async().
*
* This method may fail because the dispatch operation has already
- * been completed. Again, see tp_channel_dispatch_operation_claim_async()
+ * been completed. Again, see tp_channel_dispatch_operation_handle_with_async()
* for more details. The approver MUST NOT attempt to interact with
* the channels further in this case.
*