Skip to content

Commit 1222dbe

Browse files
authored
Merge pull request kubernetes-sigs#12 from uthark/patch-1
Fixed typo: objet -> object
2 parents e002902 + 6aa26c9 commit 1222dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sample-cmd/server/start.go

+1-1
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)