fix typo on federation/pkg/dnsprovider/plugins.go

This commit is contained in:
Aaron.L.Xu 2016-12-20 02:27:00 -08:00
parent 2b0a1f2b11
commit 8a4fc9c7fd

View File

@ -51,7 +51,7 @@ func RegisterDnsProvider(name string, cloud Factory) {
// the name is not known. 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 DNS provider, or nil
// for no configuation.
// for no configuration.
func GetDnsProvider(name string, config io.Reader) (Interface, error) {
providersMutex.Lock()
defer providersMutex.Unlock()