mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01: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 */
|
||||
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
|
||||
_("Unkown SOCKSv5 proxy error."));
|
||||
_("Unknown SOCKSv5 proxy error."));
|
||||
return FALSE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user