gio/gsocks5proxy: typo fix

This commit is contained in:
Nguyễn Thái Ngọc Duy 2012-01-06 16:58:57 +07:00
parent 6e92646f21
commit b87f6f9f8c

View File

@ -206,7 +206,7 @@ set_auth_msg (guint8 *msg,
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
_("Username or password is too long for SOCKSv5 "
"protocol)."));
"protocol."));
return FALSE;
}