Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jul 11, 2019
1 parent 44867c4 commit 0853912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_storage_share.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func resourceArmStorageShareCreate(d *schema.ResourceData, meta interface{}) err
existing, err := client.GetProperties(ctx, *resourceGroup, shareName)
if err != nil {
if !utils.ResponseWasNotFound(existing.Response) {
return fmt.Errorf("Error checking for existance of existing Storage Share %q (Account %q / Resource Group %q): %+v", shareName, accountName, *resourceGroup, err)
return fmt.Errorf("Error checking for existence of existing Storage Share %q (Account %q / Resource Group %q): %+v", shareName, accountName, *resourceGroup, err)
}
}

Expand Down

0 comments on commit 0853912

Please sign in to comment.