mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02:00
gio: typo fix
This commit is contained in:
parent
99fe4b1da7
commit
12cf4af5bb
@ -399,7 +399,7 @@ parse_connect_reply (const guint8 *data, gint *atype, GError **error)
|
|||||||
|
|
||||||
default: /* Unknown error */
|
default: /* Unknown error */
|
||||||
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,
|
||||||
_("Unkown SOCKSv5 proxy error."));
|
_("Unknown SOCKSv5 proxy error."));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user