diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-04 06:56:26 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-11-09 22:25:08 +0000 |
commit | 4e3d39690079121e173bd0319e1fa61bc95d31a3 (patch) | |
tree | 3874ce56cf87307fc22a2d582fa88d165a232369 /lib/url.c | |
parent | f54a4aa9a383c93065735e441355c49ef42129f4 (diff) | |
download | curl-4e3d39690079121e173bd0319e1fa61bc95d31a3.tar.gz |
oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments
When referring to OAuth 2.0 we should use the official name rather the
SASL mechanism name.
Diffstat (limited to 'lib/url.c')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1700,7 +1700,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, case CURLOPT_XOAUTH2_BEARER: /* - * XOAUTH2 bearer token to use in the operation + * OAuth 2.0 bearer token to use in the operation */ result = setstropt(&data->set.str[STRING_BEARER], va_arg(param, char *)); |