summaryrefslogtreecommitdiff
path: root/telepathy-logger/channel-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/channel-text.c')
-rw-r--r--telepathy-logger/channel-text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/channel-text.c b/telepathy-logger/channel-text.c
index 78a9810..be9680b 100644
--- a/telepathy-logger/channel-text.c
+++ b/telepathy-logger/channel-text.c
@@ -402,7 +402,7 @@ _tpl_channel_text_init (TplChannelText *self)
* within a #TplObserver singleton, when its Observer_Channel method is called
* by the Channel Dispatcher.
*
- * Returns: the TplChannelText instance or %NULL in @object_path is not valid
+ * Returns: the TplChannelText instance or %NULL if @object_path is not valid
*/
TplChannelText *
_tpl_channel_text_new (TpConnection *conn,
@@ -659,7 +659,7 @@ got_message_pending_messages_cb (TpProxy *proxy,
if (!TPL_IS_CHANNEL_TEXT (proxy))
{
- CRITICAL ("Passed proxy not a is proper TplChannelText");
+ CRITICAL ("Passed proxy is not a proper TplChannelText");
goto out;
}