From ef4eca6b097fad7cec79afcc278d213a6de1c960 Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Tue, 13 Oct 2015 14:05:36 -0700 Subject: [PATCH] small typo fix in clientcredentials.go Change-Id: If564daf4d164c27b2748b9c4c4ff274f3601184c Reviewed-on: https://go-review.googlesource.com/15805 Reviewed-by: Andrew Gerrand --- clientcredentials/clientcredentials.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientcredentials/clientcredentials.go b/clientcredentials/clientcredentials.go index baebced..fa0770c 100644 --- a/clientcredentials/clientcredentials.go +++ b/clientcredentials/clientcredentials.go @@ -66,7 +66,7 @@ type Config struct { Scopes []string } -// Token uses client credentials to retreive a token. +// Token uses client credentials to retrieve a token. // The HTTP client to use is derived from the context. // If nil, http.DefaultClient is used. func (c *Config) Token(ctx context.Context) (*oauth2.Token, error) {