Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Jan 31, 2025
1 parent 4bb9a6d commit 6db287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/user/v1alpha1/referencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (mg *User) ResolveReferences(ctx context.Context, c client.Reader) error {
return nil
}

// ResolveReferences of this GroupQualityOfServiceLimitsParameters
// ResolveReferences of this GroupQualityOfServiceLimits
func (mg *GroupQualityOfServiceLimits) ResolveReferences(ctx context.Context, c client.Reader) error {
r := reference.NewAPIResolver(c, mg)

Expand Down

0 comments on commit 6db287f

Please sign in to comment.