Grammar fix

This commit is contained in:
Joe Topjian 2015-02-11 17:08:23 +00:00 committed by Jon Perritt
parent b3438d07d6
commit 16ea14e8c9
1 changed files with 1 additions and 1 deletions

View File

@ -781,5 +781,5 @@ func getFlavorID(client *gophercloud.ServiceClient, d *schema.ResourceData) (str
return "", fmt.Errorf("Found %d flavors matching %s", flavorCount, flavorName)
}
}
return "", fmt.Errorf("Neither an flavor ID nor an flavor name were able to be determined.")
return "", fmt.Errorf("Neither a flavor ID nor a flavor name were able to be determined.")
}