Skip to content

Commit 6aa26c9

Browse files
authored
Fixed typo: objet -> object
1 parent e002902 commit 6aa26c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sample-cmd/server/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewCommandStartSampleAdapterServer(out, errOut io.Writer, stopCh <-chan str
6666

6767
flags.StringVar(&o.RemoteKubeConfigFile, "lister-kubeconfig", o.RemoteKubeConfigFile, ""+
6868
"kubeconfig file pointing at the 'core' kubernetes server with enough rights to list "+
69-
"any described objets")
69+
"any described objects")
7070
flags.DurationVar(&o.DiscoveryInterval, "discovery-interval", o.DiscoveryInterval, ""+
7171
"interval at which to refresh API discovery information")
7272

0 commit comments

Comments
 (0)