Skip to content

Commit

Permalink
Merge pull request #2404 from justinsb/pr_2304
Browse files Browse the repository at this point in the history
chore: fix typo in message
  • Loading branch information
google-oss-prow[bot] authored Aug 1, 2024
2 parents b80d030 + 06957da commit 1782c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tools/controllerbuilder/pkg/codegen/typegenerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (g *TypeGenerator) writeVisitedMessages() {
skipGenerated := true
goType, err := g.findTypeDeclaration(goTypeName, out.OutputDir(), skipGenerated)
if err != nil {
g.Errorf("lookup up go type: %w", err)
g.Errorf("looking up go type: %w", err)
continue
}
if goType != nil {
Expand Down

0 comments on commit 1782c2e

Please sign in to comment.