# HG changeset patch # User Mark Doliner # Date 1212040809 0 # Node ID eab5bbc5031c7f49304c5f0a4f52a682b2a96e09 # Parent 37866b3e549c80cbbac1b23b0a53992f587c245e Minor typo in a debug statement. I do stuff like this all the time. diff -r 37866b3e549c -r eab5bbc5031c libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Thu May 29 02:00:57 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu May 29 06:00:09 2008 +0000 @@ -976,8 +976,8 @@ if (source < 0) { - purple_debug_error("oscar", "unable to connect FLAP server " - "of type 0x%04hx\n", conn->type); + purple_debug_error("oscar", "unable to connect to FLAP " + "server of type 0x%04hx\n", conn->type); if (conn->type == SNAC_FAMILY_AUTH) { gchar *msg;