X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgproxyresolver.c;h=7f7e1bc1e538339e5819bceb8c3246c3d4288fd9;hb=35066ed6c6b51317f49069f2564c547aa309f9f1;hp=a15cbb493ff9138b98f577d9af7c07fc9d4b7dc8;hpb=a03cee3b27b9c1abfbef4972e67adec6286cc968;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c index a15cbb4..7f7e1bc 100644 --- a/gio/gproxyresolver.c +++ b/gio/gproxyresolver.c @@ -98,8 +98,8 @@ g_proxy_resolver_is_supported (GProxyResolver *resolver) * * Looks into the system proxy configuration to determine what proxy, * if any, to use to connect to @uri. The returned proxy URIs are of - * the form `<protocol>://[user[:password]@]host:port` or - * `direct://`, where <protocol> could be http, rtsp, socks + * the form `://[user[:password]@]host:port` or + * `direct://`, where could be http, rtsp, socks * or other proxying protocol. * * If you don't know what network protocol is being used on the