Unverified Commit 0822f1d4 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1232 from silenceshell/patch-1

fix typo
parents bf3ffb53 468b5e3f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment