[telepathy-qt4/master] AccountManager: Fixed docs.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue May 12 12:57:31 PDT 2009


---
 TelepathyQt4/account-manager.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/account-manager.cpp b/TelepathyQt4/account-manager.cpp
index 2d1a3c2..d6d13ac 100644
--- a/TelepathyQt4/account-manager.cpp
+++ b/TelepathyQt4/account-manager.cpp
@@ -184,7 +184,7 @@ void AccountManager::Private::setAccountPaths(QSet<QString> &set,
  * An AccountManagerPtr object is returned, which will automatically keeps
  * track of object lifetime.
  *
- * You can also provide a D-Bus Connection as a QDBusConnection:
+ * You can also provide a D-Bus connection as a QDBusConnection:
  *
  * \code AccountManagerPtr am = AccountManager::create(QDBusConnection::sessionBus()); \endcode
  *
@@ -446,7 +446,7 @@ AccountPtr AccountManager::accountForPath(const QString &path)
  * make sure they are ready before using them.
  *
  * \param paths List of accounts object paths.
- * \return A liist of AccountPtr objects.
+ * \return A list of AccountPtr objects.
  * \sa validAccounts(), invalidAccounts(), allAccounts(), accountForPath()
  */
 QList<AccountPtr> AccountManager::accountsForPaths(const QStringList &paths)
-- 
1.5.6.5




More information about the telepathy-commits mailing list