summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-08-04 15:46:31 +0100
committerRoss Burton <ross@linux.intel.com>2010-08-04 16:05:35 +0100
commit4270d6a1be09baecc975f06b9d884aaa9019a2f8 (patch)
treed61781b200640dc9e076c83f34c926f23314a756 /rest/rest-proxy.c
parent349736bdbb1338001d0a9f46c75b8294f9af6709 (diff)
downloadlibrest-4270d6a1be09baecc975f06b9d884aaa9019a2f8.tar.gz
Minor documentation fixes
Diffstat (limited to 'rest/rest-proxy.c')
-rw-r--r--rest/rest-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index 19b41df..fad6393 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -239,7 +239,7 @@ rest_proxy_init (RestProxy *self)
* @binding_required: whether the URL needs to be bound before calling
*
* Create a new #RestProxy for the specified endpoint @url_format, using the
- * %GET method.
+ * "GET" method.
*
* Set @binding_required to %TRUE if the URL contains string formatting
* operations (for example "http://foo.com/%<!-- -->s". These must be expanded