Fix some info errors

asssignment->assignment
This commit is contained in:
AdamDang 2018-04-03 00:22:51 +08:00 committed by GitHub
parent fcd010044b
commit 6c67c38fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ func assignCIDRsToSubnets(c *kops.Cluster) error {
// for now we'll require users to set CIDRs themselves
if allSubnetsHaveCIDRs(c) {
glog.V(4).Infof("All subnets have CIDRs; skipping asssignment logic")
glog.V(4).Infof("All subnets have CIDRs; skipping assignment logic")
return nil
}
@ -93,7 +93,7 @@ func assignCIDRsToSubnets(c *kops.Cluster) error {
}
if allSubnetsHaveCIDRs(c) {
glog.V(4).Infof("All subnets have CIDRs; skipping asssignment logic")
glog.V(4).Infof("All subnets have CIDRs; skipping assignment logic")
return nil
}