[telepathy-qt4/master] Account: Update documentation.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Jun 11 10:01:53 PDT 2009
---
TelepathyQt4/account.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/TelepathyQt4/account.cpp b/TelepathyQt4/account.cpp
index 8c07cec..46c0099 100644
--- a/TelepathyQt4/account.cpp
+++ b/TelepathyQt4/account.cpp
@@ -860,8 +860,8 @@ PendingChannelRequest *Account::ensureMediaCall(
/**
* Start a request to create a channel.
* This initially just creates a PendingChannelRequest object,
- * which can be used to retrive the ChannelRequest object and track its success
- * or failure.
+ * which can be used to track the success or failure of the request,
+ * or to cancel it.
*
* Helper methods for text chat, text chat room and media call are provided and
* should be used if appropriate.
@@ -888,8 +888,8 @@ PendingChannelRequest *Account::createChannel(
/**
* Start a request to ensure that a channel exists, creating it if necessary.
* This initially just creates a PendingChannelRequest object,
- * which can be used to retrive the ChannelRequest object and track its success
- * or failure.
+ * which can be used to track the success or failure of the request,
+ * or to cancel it.
*
* Helper methods for text chat, text chat room and media call are provided and
* should be used if appropriate.
--
1.5.6.5
More information about the telepathy-commits
mailing list