[telepathy-qt4/master] ClientRegistrar: Fixed comments.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon May 18 05:58:37 PDT 2009


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

diff --git a/TelepathyQt4/client-registrar.cpp b/TelepathyQt4/client-registrar.cpp
index 013497d..eaa3bdb 100644
--- a/TelepathyQt4/client-registrar.cpp
+++ b/TelepathyQt4/client-registrar.cpp
@@ -509,7 +509,7 @@ bool ClientRegistrar::registerClient(const AbstractClientPtr &client,
     AbstractClientObserver *observer =
         dynamic_cast<AbstractClientObserver*>(client.data());
     if (observer) {
-        // export o.f.T.Client.Handler
+        // export o.f.T.Client.Observer
         new ClientObserverAdaptor(mPriv->bus, observer, object);
         interfaces.append(
                 QLatin1String("org.freedesktop.Telepathy.Client.Observer"));
@@ -524,7 +524,7 @@ bool ClientRegistrar::registerClient(const AbstractClientPtr &client,
         return false;
     }
 
-    // export o.f,T,Client interface
+    // export o.f.T.Client interface
     new ClientAdaptor(interfaces, object);
 
     QString objectPath = QString("/%1").arg(busName);
-- 
1.5.6.5




More information about the telepathy-commits mailing list