pidgin: 5079d743: We are definitely "Check"ing here not "C...

deryni at pidgin.im deryni at pidgin.im
Sun Jul 5 11:16:21 EDT 2009


-----------------------------------------------------------------
Revision: 5079d743c3511256de0ff40d55e2c279fbed6873
Ancestor: 9eade79ca7cffe546e6b15137370ca24c2bffe5e
Author: deryni at pidgin.im
Date: 2009-06-25T03:32:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5079d743c3511256de0ff40d55e2c279fbed6873

Modified files:
        libpurple/log.c

ChangeLog: 

We are definitely "Check"ing here not "Chat"ting.

-------------- next part --------------
============================================================
--- libpurple/log.c	21bc901a8a53f088f9d3ed1a792a77e2d466161f
+++ libpurple/log.c	4f94c7470b500e260aca24ae179db624542f85b7
@@ -1129,7 +1129,7 @@ static void log_get_log_sets_common(GHas
 				/* set->buddy is always set below */
 				set->normalized_name = g_strdup(purple_normalize(account, name));
 
-				/* Chat for .chat or .system at the end of the name to determine the type. */
+				/* Check for .chat or .system at the end of the name to determine the type. */
 				if (len >= 7) {
 					gchar *tmp = &name[len - 7];
 					if (purple_strequal(tmp, ".system")) {


More information about the Commits mailing list