Fix misspellings in comments.

https://goreportcard.com/report/k8s.io/kubernetes#misspell
This commit is contained in:
goltermann
2016-04-14 13:55:59 -07:00
parent 5cc7c9565f
commit c226c9435b
7 changed files with 9 additions and 9 deletions

View File

@@ -1947,7 +1947,7 @@ func findTag(tags []*ec2.Tag, key string) (string, bool) {
}
// Finds the subnets associated with the cluster, by matching tags.
// For maximal backwards compatability, if no subnets are tagged, it will fall-back to the current subnet.
// For maximal backwards compatibility, if no subnets are tagged, it will fall-back to the current subnet.
// However, in future this will likely be treated as an error.
func (c *AWSCloud) findSubnets() ([]*ec2.Subnet, error) {
request := &ec2.DescribeSubnetsInput{}