[empathy] fix typo in comments



commit c925d2a550ebbe3e90eac80cf3340714c2c9cb4b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Nov 26 10:40:31 2009 +0000

    fix typo in comments

 src/empathy-chat-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 5f07203..07a3535 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;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]