summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/vauth/oauth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/vauth/oauth2.c')
-rw-r--r--libs/libcurl/src/vauth/oauth2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libcurl/src/vauth/oauth2.c b/libs/libcurl/src/vauth/oauth2.c
index 112bfe8341..00bb9867ec 100644
--- a/libs/libcurl/src/vauth/oauth2.c
+++ b/libs/libcurl/src/vauth/oauth2.c
@@ -49,8 +49,8 @@
*
* Parameters:
*
- * user[in] - The user name.
- * host[in] - The host name.
+ * user[in] - The username.
+ * host[in] - The hostname.
* port[in] - The port(when not Port 80).
* bearer[in] - The bearer token.
* out[out] - The result storage.
@@ -87,7 +87,7 @@ CURLcode Curl_auth_create_oauth_bearer_message(const char *user,
*
* Parameters:
*
- * user[in] - The user name.
+ * user[in] - The username.
* bearer[in] - The bearer token.
* out[out] - The result storage.
*