Fixed a ton of typos in docs and comments

This commit is contained in:
Alex Gaynor 2014-08-07 00:19:56 -07:00
parent 3bb5d6cfa4
commit 446a3e85e5
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ func resource_digitalocean_droplet_update_state(
return s, nil
}
// retrieves an ELB by it's ID
// retrieves an ELB by its ID
func resource_digitalocean_droplet_retrieve(id string, client *digitalocean.Client) (*digitalocean.Droplet, error) {
// Retrieve the ELB properties for updating the state
droplet, err := client.RetrieveDroplet(id)