@@ -412,7 +412,7 @@ func TestUnmarshalPolicy(t *testing.T) {
412412` ,
413413 wantErr : `Hostname "derp" contains an invalid IP address: "10.0/42"` ,
414414 },
415- // TODO(kradalby): Figure out why this doesnt work.
415+ // TODO(kradalby): Figure out why this doesn't work.
416416 // {
417417 // name: "invalid-hostname",
418418 // input: `
@@ -1074,7 +1074,7 @@ func TestResolvePolicy(t *testing.T) {
10741074 ForcedTags : []string {"tag:anything" },
10751075 IPv4 : ap ("100.100.101.2" ),
10761076 },
1077- // not matchin pak tag
1077+ // not matching pak tag
10781078 {
10791079 User : users ["testuser" ],
10801080 AuthKey : & types.PreAuthKey {
@@ -1108,7 +1108,7 @@ func TestResolvePolicy(t *testing.T) {
11081108 ForcedTags : []string {"tag:anything" },
11091109 IPv4 : ap ("100.100.101.5" ),
11101110 },
1111- // not matchin pak tag
1111+ // not matching pak tag
11121112 {
11131113 User : users ["groupuser" ],
11141114 AuthKey : & types.PreAuthKey {
@@ -1147,7 +1147,7 @@ func TestResolvePolicy(t *testing.T) {
11471147 ForcedTags : []string {"tag:anything" },
11481148 IPv4 : ap ("100.100.101.10" ),
11491149 },
1150- // not matchin pak tag
1150+ // not matching pak tag
11511151 {
11521152 AuthKey : & types.PreAuthKey {
11531153 Tags : []string {"tag:alsotagged" },
@@ -1159,7 +1159,7 @@ func TestResolvePolicy(t *testing.T) {
11591159 ForcedTags : []string {"tag:test" },
11601160 IPv4 : ap ("100.100.101.234" ),
11611161 },
1162- // not matchin pak tag
1162+ // not matching pak tag
11631163 {
11641164 AuthKey : & types.PreAuthKey {
11651165 Tags : []string {"tag:test" },
0 commit comments