mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
gio/gsocks5proxy: typo fix
This commit is contained in:
parent
6e92646f21
commit
b87f6f9f8c
@ -206,7 +206,7 @@ set_auth_msg (guint8 *msg,
|
|||||||
{
|
{
|
||||||
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
|
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
|
||||||
_("Username or password is too long for SOCKSv5 "
|
_("Username or password is too long for SOCKSv5 "
|
||||||
"protocol)."));
|
"protocol."));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user