summaryrefslogtreecommitdiff
path: root/telepathy-logger/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/entry.c')
-rw-r--r--telepathy-logger/entry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-logger/entry.c b/telepathy-logger/entry.c
index 4c8eaae..3f8be73 100644
--- a/telepathy-logger/entry.c
+++ b/telepathy-logger/entry.c
@@ -34,8 +34,8 @@
* @short_description: Abstract representation of a log entry
* @see_also: #TplEntryText and other subclasses when they'll exist
*
- * The TPLogger log entry represent a generic log entry, which will be
- * specialied by subclasses of #TplEntry.
+ * The TPLogger log entry represents a generic log entry, which will be
+ * specialized by subclasses of #TplEntry.
*/
/**
@@ -50,7 +50,7 @@
*
* Return whether a message ID is valid.
*
- * If %FALSE is returned, it means that either a invalid input has been
+ * If %FALSE is returned, it means that either an invalid input has been
* passed, or the TplEntry is currently set to %TPL_ENTRY_MSG_ID_UNKNOWN
* or %TPL_ENTRY_MSG_ID_ACKNOWLEDGED.
*