Merge pull request #1232 from silenceshell/patch-1

fix typo
This commit is contained in:
Eric Chiang 2018-05-14 16:10:19 -07:00 committed by GitHub
commit 0822f1d4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -457,7 +457,7 @@ func (c *githubConnector) user(ctx context.Context, client *http.Client) (user,
return u, err
}
// Only pulic user emails are returned by 'GET /user'. u.Email will be empty
// Only public user emails are returned by 'GET /user'. u.Email will be empty
// if a users' email is private. We must retrieve private emails explicitly.
if u.Email == "" {
var err error