This commit is contained in:
Shawn Smith 2016-05-04 13:42:27 +09:00
parent a32cab5992
commit d7481f266e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {