/pidgin/main: 9cbcd6e73ba6: Correct typos

Tomasz Wasilczyk tomkiewicz at cpw.pidgin.im
Fri Aug 9 10:11:08 EDT 2013


Changeset: 9cbcd6e73ba6fcd866e7d39c6cd008db97331ef6
Author:	 Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date:	 2013-08-09 16:11 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/9cbcd6e73ba6

Description:

Correct typos

diffstat:

 libpurple/protocols/yahoo/libymsg.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff --git a/libpurple/protocols/yahoo/libymsg.c b/libpurple/protocols/yahoo/libymsg.c
--- a/libpurple/protocols/yahoo/libymsg.c
+++ b/libpurple/protocols/yahoo/libymsg.c
@@ -54,8 +54,8 @@
 
 /* #define YAHOO_DEBUG */
 
-/* It doesn't looks like working (previously used host is down, another one
- * doesn't sends us back cookies.
+/* It doesn't look like it is working (the previously used host is down, another
+ * one doesn't send us back cookies).
  */
 #define TRY_WEBMESSENGER_LOGIN 0
 
@@ -3277,7 +3277,8 @@ yahoo_login_page_got(PurpleHttpConnectio
 	/* Now we have our cookies to login with.  I'll go get the milk. */
 
 	/* XXX: wcs2.msg.dcn.yahoo.com is down, so I used
-	 * YAHOO_PAGER_HOST_FALLBACK. But I'm not sure, if its correct host.
+	 * YAHOO_PAGER_HOST_FALLBACK, but I'm not sure, if it is the correct
+	 * host.
 	 */
 	if (purple_proxy_connect(gc, account, YAHOO_PAGER_HOST_FALLBACK,
 		purple_account_get_int(account, "port", YAHOO_PAGER_PORT),



More information about the Commits mailing list