Skip to content

Commit ba0344d

Browse files
committed
fix spelling
1 parent 7978cce commit ba0344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/oauth/flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func LoadToken(ctx context.Context, endpoint string) (*Token, error) {
429429

430430
var t Token
431431
if err := json.Unmarshal(data, &t); err != nil {
432-
return nil, errors.Wrap(err, "failed to unmarshall token")
432+
return nil, errors.Wrap(err, "failed to unmarshal token")
433433
}
434434

435435
return &t, nil

0 commit comments

Comments
 (0)