summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-08-03 16:56:51 +0100
committerRoss Burton <ross@linux.intel.com>2009-08-03 16:56:51 +0100
commita2d385769b9e68fa2788b6e9b99be202fe6d1c80 (patch)
tree8c254c940e79474426d73f544bd0d6b18f421b7c
parentaa84cfaba751c562dcec5e0612b87def73d70e02 (diff)
Fix typo in oauth_proxy_request_token documentation
-rw-r--r--rest/oauth-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/oauth-proxy.c b/rest/oauth-proxy.c
index e78b54d..e0594d7 100644
--- a/rest/oauth-proxy.c
+++ b/rest/oauth-proxy.c
@@ -413,7 +413,7 @@ oauth_proxy_request_token (OAuthProxy *proxy,
* oauth_proxy_access_token:
* @proxy: an #OAuthProxy
* @function: the function name to invoke
- * @callback: the verifier
+ * @verifier: the verifier
* @error: a #GError, or %NULL
*
* Perform the Access Token phase of OAuth, invoking @function (defaulting to