From 8a4fc9c7fd98f0ee93cf9d08125b58bc0c602ad9 Mon Sep 17 00:00:00 2001 From: "Aaron.L.Xu" Date: Tue, 20 Dec 2016 02:27:00 -0800 Subject: [PATCH] fix typo on federation/pkg/dnsprovider/plugins.go --- federation/pkg/dnsprovider/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/pkg/dnsprovider/plugins.go b/federation/pkg/dnsprovider/plugins.go index 72f7c507ba..affaf404e3 100644 --- a/federation/pkg/dnsprovider/plugins.go +++ b/federation/pkg/dnsprovider/plugins.go @@ -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()