providers/digitalocean: fix comment

This commit is contained in:
Jack Pearkes 2014-08-01 11:05:32 -04:00
parent 9f450c0841
commit 3bb5d6cfa4
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ func power_on_and_wait(id string, client *digitalocean.Client) error {
return err
}
// Wait for power off
// Wait for power on
_, err = WaitForDropletAttribute(
id, "active", []string{"off"}, "status", client)