From 22592c8cdae6a4e013f26d5e1634f7e1cb5e760c Mon Sep 17 00:00:00 2001 From: zhengchuan hu Date: Thu, 11 Jan 2018 01:15:10 +0800 Subject: [PATCH] fix typeos in cloud-controller-manager --- pkg/cloudprovider/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/plugins.go b/pkg/cloudprovider/plugins.go index 888532717aa..739c0961339 100644 --- a/pkg/cloudprovider/plugins.go +++ b/pkg/cloudprovider/plugins.go @@ -64,7 +64,7 @@ func IsCloudProvider(name string) bool { // the name is unknown. The error return is only used if the named provider // was known but failed to initialize. The config parameter specifies the // io.Reader handler of the configuration file for the cloud provider, or nil -// for no configuation. +// for no configuration. func GetCloudProvider(name string, config io.Reader) (Interface, error) { providersMutex.Lock() defer providersMutex.Unlock()