mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +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,
|
||||
_("Username or password is too long for SOCKSv5 "
|
||||
"protocol)."));
|
||||
"protocol."));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user