From f47f94e1c983b8cd96d37b7fa80d3ef4b7dfd897 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 23 Dec 2010 15:58:11 +0000 Subject: More typo fixes --- telepathy-logger/channel-text.c | 4 ++-- telepathy-logger/channel.c | 4 ++-- telepathy-logger/entry-internal.h | 2 +- telepathy-logger/entry-text.c | 2 +- telepathy-logger/entry.c | 6 +++--- telepathy-logger/log-store-xml.c | 2 +- 6 files changed, 10 insertions(+), 10 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; } diff --git a/telepathy-logger/channel.c b/telepathy-logger/channel.c index 730ee07..95b6af0 100644 --- a/telepathy-logger/channel.c +++ b/telepathy-logger/channel.c @@ -183,7 +183,7 @@ tpl_channel_set_account (TplChannel *self, * @cb: a callback * @user_data: user's data passed to the callback * - * The TplObserver has no idea of what TplChannel subclass intance it's + * The TplObserver has no idea of what TplChannel subclass instance it's * dealing with. * In order to prepare the subclass instance this method has to * be called, which will call #TplChannelClass.call_when_ready @@ -214,7 +214,7 @@ _tpl_channel_call_when_ready (TplChannel *self, * This static method is called from #TplChannelClass.call_when_ready, implemented by * #TplChannel subclasses. * - * See also: tpl_channel_call_when_ready() + * See also: %tpl_channel_call_when_ready */ static void call_when_ready_protected (TplChannel *self, diff --git a/telepathy-logger/entry-internal.h b/telepathy-logger/entry-internal.h index 40266a2..e98af6e 100644 --- a/telepathy-logger/entry-internal.h +++ b/telepathy-logger/entry-internal.h @@ -38,7 +38,7 @@ typedef enum TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SENT, TPL_ENTRY_CHANNEL_TEXT_SIGNAL_RECEIVED, TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SEND_ERROR, - TPL_ENTRY_CHANELL_TEXT_SIGNAL_LOST_MESSAGE, + TPL_ENTRY_CHANNEL_TEXT_SIGNAL_LOST_MESSAGE, TPL_ENTRY_CHANNEL_TEXT_SIGNAL_CHAT_STATUS_CHANGED, TPL_ENTRY_CHANNEL_SIGNAL_CHANNEL_CLOSED diff --git a/telepathy-logger/entry-text.c b/telepathy-logger/entry-text.c index 69d2503..64a6014 100644 --- a/telepathy-logger/entry-text.c +++ b/telepathy-logger/entry-text.c @@ -38,7 +38,7 @@ * @title: TplEntryText * @short_description: Representation of a text log entry * - * A subclass of #TpEntry representing a text log entry. + * A subclass of #TplEntry representing a text log entry. */ /** 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. * diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c index 0479764..0a8c525 100644 --- a/telepathy-logger/log-store-xml.c +++ b/telepathy-logger/log-store-xml.c @@ -564,7 +564,7 @@ log_store_xml_add_message (TplLogStore *store, case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SENT: case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_RECEIVED: case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_SEND_ERROR: - case TPL_ENTRY_CHANELL_TEXT_SIGNAL_LOST_MESSAGE: + case TPL_ENTRY_CHANNEL_TEXT_SIGNAL_LOST_MESSAGE: return add_message_text (self, TPL_ENTRY_TEXT (message), error); default: DEBUG ("TplEntrySignalType not handled by this LogStore (%s). " -- cgit v1.2.1