diff --git a/pkg/kubelet/config/flags.go b/pkg/kubelet/config/flags.go index 80d0c77f41d..c43f75275b3 100644 --- a/pkg/kubelet/config/flags.go +++ b/pkg/kubelet/config/flags.go @@ -69,7 +69,7 @@ type ContainerRuntimeOptions struct { // Image credential provider plugin options // ImageCredentialProviderConfigFile is the path to the credential provider plugin config file. - // This config file is a specification for what credential providers are enabled and invokved + // This config file is a specification for what credential providers are enabled and invoked // by the kubelet. The plugin config should contain information about what plugin binary // to execute and what container images the plugin should be called for. // +optional