Fix. Correct a typo in the error message. (#8882)

This comment corrects a simple typo in the error message issued when the
credentials are not working and/or do not offer access to AzureRM, etc.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
Krzysztof Wilczynski 2016-09-16 16:09:20 +01:00 committed by Radek Simko
parent 16e3a11da3
commit 1eed5ddbe0
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func registerProviderWithSubscription(providerName string, client *riviera.Clien
}
if !response.IsSuccessful() {
return fmt.Errorf("Credentials for acessing the Azure Resource Manager API are likely " +
return fmt.Errorf("Credentials for accessing the Azure Resource Manager API are likely " +
"to be incorrect, or\n the service principal does not have permission to use " +
"the Azure Service Management\n API.")
}