changeset 30640:53f51201b39f

While looking for where "Can not resolve <hostname>" was coming from, I found these. There are also a bunch in QQ, but I left those alone.
author Paul Aurich <paul@darkrain42.org>
date Thu, 28 Oct 2010 06:32:46 +0000
parents 1d5f8e977b54
children 5033f2f9f441
files libpurple/connection.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/connection.c	Thu Oct 28 01:32:03 2010 +0000
+++ b/libpurple/connection.c	Thu Oct 28 06:32:46 2010 +0000
@@ -135,7 +135,7 @@
 			!(prpl_info->options & OPT_PROTO_NO_PASSWORD) &&
 			!(prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL))
 		{
-			purple_debug_error("connection", "Can not connect to account %s without "
+			purple_debug_error("connection", "Cannot connect to account %s without "
 							 "a password.\n", purple_account_get_username(account));
 			return;
 		}
@@ -210,7 +210,7 @@
 		!(prpl_info->options & OPT_PROTO_NO_PASSWORD) &&
 		!(prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL))
 	{
-		purple_debug_error("connection", "Can not connect to account %s without "
+		purple_debug_error("connection", "Cannot connect to account %s without "
 						   "a password.\n", purple_account_get_username(account));
 		return;
 	}