Skip to content

Commit

Permalink
typo fix: s/tiemout/timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Brattain <[email protected]>
  • Loading branch information
rbbratta authored and jcaamano committed Aug 11, 2023
1 parent 03e7bb2 commit 98f193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/libovsdb/libovsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func newSSLKeyPairWatcherFunc(certFile, privKeyFile string, tlsConfig *tls.Confi
}
return true, nil
}); err != nil {
klog.Errorf("Fatal error: tiemout waiting for %s to be created", event.Name)
klog.Errorf("Fatal error: timeout waiting for %s to be created", event.Name)
os.Exit(1)
}
if err := watcher.Add(event.Name); err != nil {
Expand Down

0 comments on commit 98f193e

Please sign in to comment.