Skip to content

Commit 2c63abc

Browse files
committedDec 15, 2021
fix grammar
1 parent 7c4e6dc commit 2c63abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎ca/bootstrap.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func BootstrapClient(ctx context.Context, token string, options ...TLSOption) (*
6565
return nil, err
6666
}
6767

68-
// Make sure the tlsConfig have all supported roots on RootCAs.
68+
// Make sure the tlsConfig has all supported roots on RootCAs.
6969
//
7070
// The roots request is only supported if identity certificates are not
7171
// required. In all cases the current root is also added after applying all
@@ -123,7 +123,7 @@ func BootstrapServer(ctx context.Context, token string, base *http.Server, optio
123123
return nil, err
124124
}
125125

126-
// Make sure the tlsConfig have all supported roots on RootCAs.
126+
// Make sure the tlsConfig has all supported roots on RootCAs.
127127
//
128128
// The roots request is only supported if identity certificates are not
129129
// required. In all cases the current root is also added after applying all
@@ -171,7 +171,7 @@ func BootstrapListener(ctx context.Context, token string, inner net.Listener, op
171171
return nil, err
172172
}
173173

174-
// Make sure the tlsConfig have all supported roots on RootCAs.
174+
// Make sure the tlsConfig has all supported roots on RootCAs.
175175
//
176176
// The roots request is only supported if identity certificates are not
177177
// required. In all cases the current root is also added after applying all

0 commit comments

Comments
 (0)