mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gio: typo fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user