# HG changeset patch # User Etan Reisner # Date 1245900737 0 # Node ID c24032f5bfd7f5b5a9d21325df7147b1faf25dbd # Parent e3fd06032c4b59e09325feb25e2ed0feb19cbe72 We are definitely "Check"ing here not "Chat"ting. diff -r e3fd06032c4b -r c24032f5bfd7 libpurple/log.c --- a/libpurple/log.c Thu Jun 18 23:04:07 2009 +0000 +++ b/libpurple/log.c Thu Jun 25 03:32:17 2009 +0000 @@ -1129,7 +1129,7 @@ /* 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")) {