Skip to content

Commit 153554d

Browse files
committedMay 29, 2023
modify codes for an English spelling error
1 parent fc4da36 commit 153554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/controller/app/options/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (o *Options) Flags(flag *pflag.FlagSet) error {
6363
return fmt.Errorf("nil pointer")
6464
}
6565

66-
flag.StringVar(&o.PolicyConfigPath, "policy-config-path", o.PolicyConfigPath, "Path to annotator policy cofig")
66+
flag.StringVar(&o.PolicyConfigPath, "policy-config-path", o.PolicyConfigPath, "Path to annotator policy config")
6767
flag.StringVar(&o.PrometheusAddr, "prometheus-address", o.PrometheusAddr, "The address of prometheus, from which we can pull metrics data.")
6868
flag.Int32Var(&o.BindingHeapSize, "binding-heap-size", o.BindingHeapSize, "Max size of binding heap size, used to store hot value data.")
6969
flag.Int32Var(&o.ConcurrentSyncs, "concurrent-syncs", o.ConcurrentSyncs, "The number of annotator controller workers that are allowed to sync concurrently.")

0 commit comments

Comments
 (0)
Please sign in to comment.