fix: correct spelling (#439)

This commit is contained in:
Jose Diaz-Gonzalez 2020-05-12 08:52:32 -04:00 committed by GitHub
parent fe0dd8b483
commit f4ae42123d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ func resourceDigitalOceanKubernetesClusterUpdate(d *schema.ResourceData, meta in
_, err := client.Kubernetes.Upgrade(context.Background(), d.Id(), opts)
if err != nil {
return fmt.Errorf("Unable to upgrade cluster verion: %s", err)
return fmt.Errorf("Unable to upgrade cluster version: %s", err)
}
}