Skip to content

Commit

Permalink
spelling: seems
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 17, 2020
1 parent 36cce38 commit 7937bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doghouse/appengine/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func notfound(w http.ResponseWriter) {
func (g *GitHubHandler) getUserOrBadRequest(ctx context.Context, ghcli *github.Client, w http.ResponseWriter) (bool, *github.User) {
u, _, err := ghcli.Users.Get(ctx, "")
if err != nil {
// Token seeims invalid. Clear it before returning BadRequest status.
// Token seems invalid. Clear it before returning BadRequest status.
g.tokenStore.Clear(w)
w.WriteHeader(http.StatusBadRequest)
fmt.Fprintf(w, "Cannot get GitHub authenticated user. Please reload the page again.")
Expand Down

0 comments on commit 7937bf2

Please sign in to comment.