Skip to content

Commit 2bbbdf8

Browse files
mathias-wsMathias Westby Skoglund
and
Mathias Westby Skoglund
authored
fix: Fixed typo in error message. (#5945)
Signed-off-by: Mathias Westby Skoglund <[email protected]> Co-authored-by: Mathias Westby Skoglund <[email protected]>
1 parent 5e7df65 commit 2bbbdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/kubernetes/kubernetes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func New(ctx context.Context, restCfg *rest.Config, svrCfg *ec.Server, resources
138138

139139
// Create and register the controllers with the manager.
140140
if err := newGatewayAPIController(ctx, mgr, svrCfg, updateHandler.Writer(), resources); err != nil {
141-
return nil, fmt.Errorf("failted to create gatewayapi controller: %w", err)
141+
return nil, fmt.Errorf("failed to create gatewayapi controller: %w", err)
142142
}
143143

144144
// Add health check health probes.

0 commit comments

Comments
 (0)