Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 15, 2021
1 parent f5241a8 commit 9b050e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/manager/machine/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (m *manager) Authenticate(ctx context.Context, user, secret string) (*userp
}

// username could be either a normal username or a string <claim>:<value>
// in the first case the calim is the default one, so "username"
// in the first case the claim is "username"
claim, value, err := parseUser(user)
if err != nil {
return nil, nil, err
Expand Down

0 comments on commit 9b050e7

Please sign in to comment.