diff libpurple/log.c @ 27330:c24032f5bfd7

We are definitely "Check"ing here not "Chat"ting.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 25 Jun 2009 03:32:17 +0000
parents 52b2e7260340
children 36f23fdb58b6
line wrap: on
line diff
--- 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")) {