mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fixed typo in public string in gsocks (630559)
This commit is contained in:
committed by
Matthias Clasen
parent
dec8323b4b
commit
577ddbf30b
@@ -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;
|
||||
|
Reference in New Issue
Block a user