summaryrefslogtreecommitdiff
path: root/libpurple/log.c
diff options
context:
space:
mode:
authorEtan Reisner <deryni@pidgin.im>2009-06-25 03:32:17 +0000
committerEtan Reisner <deryni@pidgin.im>2009-06-25 03:32:17 +0000
commitc7820758284589303beb981fe127b6abd38a30f7 (patch)
treeb009319187a4e1c60d4d0036cea1c55e2e6d0c59 /libpurple/log.c
parent9c75fdeedfe8f3bd442f4b21b33ac6324898ec65 (diff)
downloadpidgin-c7820758284589303beb981fe127b6abd38a30f7.tar.gz
We are definitely "Check"ing here not "Chat"ting.
Diffstat (limited to 'libpurple/log.c')
-rw-r--r--libpurple/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/log.c b/libpurple/log.c
index 0f8da9d5dd..4a329674ee 100644
--- a/libpurple/log.c
+++ b/libpurple/log.c
@@ -1129,7 +1129,7 @@ static void log_get_log_sets_common(GHashTable *sets)
/* 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")) {