diff --git a/staging/src/k8s.io/metrics/pkg/client/custom_metrics/client.go b/staging/src/k8s.io/metrics/pkg/client/custom_metrics/client.go index d88ec4f63f..1e1763bc8f 100644 --- a/staging/src/k8s.io/metrics/pkg/client/custom_metrics/client.go +++ b/staging/src/k8s.io/metrics/pkg/client/custom_metrics/client.go @@ -69,7 +69,7 @@ func NewForConfigOrDie(c *rest.Config) CustomMetricsClient { return client } -// NewForMapper constucts the client with a RESTMapper, which allows more +// NewForMapper constructs the client with a RESTMapper, which allows more // accurate translation from GroupVersionKind to GroupVersionResource. func NewForMapper(client rest.Interface, mapper meta.RESTMapper) CustomMetricsClient { return &customMetricsClient{