summaryrefslogtreecommitdiff
path: root/gdata/tests/calendar.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:29:27 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-06-17 13:29:27 +0000
commite1c49e8f7279cef3d48eb71ecc2398d9417f680b (patch)
tree1ed4447574e9db15a3b5c24e763c8ab34636eb7c /gdata/tests/calendar.c
parentde82e36768b334fd24d40440d5e923015584e974 (diff)
parent88819dd997d795e12bb953a343d0493dbdee94bb (diff)
downloadlibgdata-e1c49e8f7279cef3d48eb71ecc2398d9417f680b.tar.gz
Merge branch 'remove-oauth1' into 'master'
remove deprecated oauth1 authorizer See merge request GNOME/libgdata!34
Diffstat (limited to 'gdata/tests/calendar.c')
-rw-r--r--gdata/tests/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/tests/calendar.c b/gdata/tests/calendar.c
index 87fb0b81..cd2ad667 100644
--- a/gdata/tests/calendar.c
+++ b/gdata/tests/calendar.c
@@ -1461,7 +1461,7 @@ mock_server_notify_resolver_cb (GObject *object, GParamSpec *pspec, gpointer use
}
/* Set up a global GDataAuthorizer to be used for all the tests. Unfortunately,
- * the Google Calendar API is limited to OAuth1 and OAuth2 authorisation, so
+ * the Google Calendar API is limited to OAuth2 authorisation, so
* this requires user interaction when online.
*
* If not online, use a dummy authoriser. */