Fixed typo in public string in gsocks (630559)

This commit is contained in:
Matt Rajca
2010-11-13 13:01:11 -06:00
committed by Matthias Clasen
parent dec8323b4b
commit 577ddbf30b
37 changed files with 38 additions and 38 deletions

View File

@@ -176,7 +176,7 @@ parse_nego_reply (const guint8 *data,
case SOCKS5_AUTH_NO_ACCEPT:
default:
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_AUTH_FAILED,
_("The SOCKSv5 require an authentication method that is not "
_("The SOCKSv5 proxy requires an authentication method that is not "
"supported by GLib."));
return FALSE;
break;