telepathy-qt: base-connection.cpp: Fixed comments.

David Edmundson davidedmundson at kemper.freedesktop.org
Mon Jul 28 06:25:16 PDT 2014


Module: telepathy-qt
Branch: master
Commit: e6704080b8d94d0e42e7263ceaf172b2abc5f4a5
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=e6704080b8d94d0e42e7263ceaf172b2abc5f4a5

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Sun Jul 20 02:04:18 2014 +0600

base-connection.cpp: Fixed comments.

---

 TelepathyQt/base-connection.cpp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt/base-connection.cpp b/TelepathyQt/base-connection.cpp
index 37b3e56..191aa5f 100644
--- a/TelepathyQt/base-connection.cpp
+++ b/TelepathyQt/base-connection.cpp
@@ -867,7 +867,7 @@ BaseConnectionContactsInterface::~BaseConnectionContactsInterface()
 }
 
 /**
- * Return the immutable properties of this<interface.
+ * Return the immutable properties of this interface.
  *
  * Immutable properties cannot change after the interface has been registered
  * on a service on the bus with registerInterface().
@@ -959,7 +959,7 @@ BaseConnectionSimplePresenceInterface::~BaseConnectionSimplePresenceInterface()
 }
 
 /**
- * Return the immutable properties of this<interface.
+ * Return the immutable properties of this interface.
  *
  * Immutable properties cannot change after the interface has been registered
  * on a service on the bus with registerInterface().
@@ -1132,7 +1132,7 @@ BaseConnectionContactListInterface::~BaseConnectionContactListInterface()
 }
 
 /**
- * Return the immutable properties of this<interface.
+ * Return the immutable properties of this interface.
  *
  * Immutable properties cannot change after the interface has been registered
  * on a service on the bus with registerInterface().
@@ -1301,7 +1301,7 @@ BaseConnectionAddressingInterface::~BaseConnectionAddressingInterface()
 }
 
 /**
- * Return the immutable properties of this<interface.
+ * Return the immutable properties of this interface.
  *
  * Immutable properties cannot change after the interface has been registered
  * on a service on the bus with registerInterface().



More information about the telepathy-commits mailing list