Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo committed Jul 8, 2024
1 parent 95db19f commit 47262fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ func getFrontendByName(
if len(frontends) > 0 {
return frontends[0], nil
}
return nil, fmt.Errorf("cloud not find BBBFrontend with name %s", key)
return nil, fmt.Errorf("could not find BBBFrontend with name %s", key)
}

0 comments on commit 47262fb

Please sign in to comment.