From d7481f266ef89590d12e00fe12e97bfc06980daa Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Wed, 4 May 2016 13:42:27 +0900 Subject: [PATCH] fix typo --- retrieval/discovery/azure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrieval/discovery/azure.go b/retrieval/discovery/azure.go index 78131b9d9..629d21b2a 100644 --- a/retrieval/discovery/azure.go +++ b/retrieval/discovery/azure.go @@ -188,7 +188,7 @@ func (ad *AzureDiscovery) refresh() (*config.TargetGroup, error) { } } - // Get the IP address information via seperate call to the network provider. + // Get the IP address information via separate call to the network provider. for _, nic := range *vm.Properties.NetworkProfile.NetworkInterfaces { r, err := newAzureResourceFromID(*nic.ID) if err != nil {