From 4e3d39690079121e173bd0319e1fa61bc95d31a3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 4 Sep 2015 06:56:26 +0100 Subject: 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. --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 6ddf15e37..4500623c1 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -915,7 +915,7 @@ struct connectdata { char *passwd; /* password string, allocated */ char *options; /* options string, allocated */ - char *xoauth2_bearer; /* bearer token for xoauth2, allocated */ + char *xoauth2_bearer; /* bearer token for OAuth 2.0, allocated */ char *proxyuser; /* proxy user name string, allocated */ char *proxypasswd; /* proxy password string, allocated */ -- cgit v1.2.3