mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Fix misspellings in comments.
https://goreportcard.com/report/k8s.io/kubernetes#misspell
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user