summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-01-15 22:23:19 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-01-17 15:44:12 +0000
commit380346b0a1f771d6beb496f61158cb1429c37127 (patch)
tree5276c0b1947827dd5efd7c45c02d92d74737d3ee
parent67ba30f043b07839fb6a7d25f26d6684421916e0 (diff)
TplEntityType: chatroom -> room
-rw-r--r--telepathy-logger/entity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-logger/entity.h b/telepathy-logger/entity.h
index 68176537c..c9b417a69 100644
--- a/telepathy-logger/entity.h
+++ b/telepathy-logger/entity.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
* @TPL_ENTITY_UNKNOWN: the current contact's type is unknown
* @TPL_ENTITY_CONTACT: the contact's type represents a user (buddy), but not
* the the account's owner for which @TPL_ENTITY_SELF is used
- * @TPL_ENTITY_GROUP: a named chatroom (#TP_HANDLE_TYPE_ROOM)
+ * @TPL_ENTITY_GROUP: a named room (#TP_HANDLE_TYPE_ROOM)
* @TPL_ENTITY_SELF: the contact's type represents the owner of the account
* whose channel has been logged, as opposed to @TPL_ENTITY_CONTACT which
* represents any other user
@@ -48,8 +48,8 @@ typedef enum
TPL_ENTITY_UNKNOWN,
/* contact is a user (buddy) */
TPL_ENTITY_CONTACT,
- /* contact is a chatroom, meaning that the related message has been sent to
- * a chatroom instead of to a 1-1 channel */
+ /* contact is a room, meaning that the related message has been sent to
+ * a room instead of to a 1-1 channel */
TPL_ENTITY_GROUP,
/* contact is both a USER and the account's owner (self-handle) */
TPL_ENTITY_SELF