Mercurial > pidgin
changeset 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 | e3fd06032c4b |
children | 46cc3674b13c |
files | libpurple/log.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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")) {