Commit 22592c8c authored by zhengchuan hu's avatar zhengchuan hu

fix typeos in cloud-controller-manager

parent 3b407025
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment