fix typo in comment

This commit is contained in:
Jon Perritt 2015-01-29 21:56:40 -07:00
parent ea7c075273
commit c233c7f7f0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func testAccCheckComputeV2KeypairDestroy(s *terraform.State) error {
Region: OS_REGION_NAME,
})
if err != nil {
return fmt.Errorf("(testAccCheckComputeV2InstanceDestroy) Error creating OpenStack compute client: %s", err)
return fmt.Errorf("(testAccCheckComputeV2KeypairDestroy) Error creating OpenStack compute client: %s", err)
}
for _, rs := range s.RootModule().Resources {