From c925d2a550ebbe3e90eac80cf3340714c2c9cb4b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 26 Nov 2009 10:40:31 +0000 Subject: fix typo in comments --- src/empathy-chat-window.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 5f07203b5..07a3535e8 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -418,7 +418,7 @@ get_window_title_name (EmpathyChatWindowPriv *priv) } else if (current_unread_msgs == 0) { - /* unread messages are in others tab */ + /* unread messages are in other tabs */ return g_strdup_printf (ngettext ( "%s (%d unread from others)", "%s (%d unread from others)", @@ -1195,8 +1195,7 @@ chat_window_new_message_cb (EmpathyChat *chat, } if (has_focus && priv->current_chat == chat) { - /* window and tab are focused so consider than the message is - * read */ + /* window and tab are focused so consider the message to be read */ empathy_chat_messages_read (chat); return; } -- cgit v1.2.3