Skip to content

Commit 99b4086

Browse files
easwarsprintchard
authored andcommitted
xds: fix typos (#7405)
1 parent ee4367b commit 99b4086

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xds/bootstrap/credentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (t *tlsCredsBuilder) Name() string {
5858
}
5959

6060
// googleDefaultCredsBuilder implements the `Credentials` interface defined in
61-
// package `xds/boostrap` and encapsulates a Google Default credential.
61+
// package `xds/bootstrap` and encapsulates a Google Default credential.
6262
type googleDefaultCredsBuilder struct{}
6363

6464
func (d *googleDefaultCredsBuilder) Build(json.RawMessage) (credentials.Bundle, func(), error) {

xds/csds/csds_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (unimplementedEndpointsWatcher) OnResourceDoesNotExist()
9797
// Returns the address of the newly created gRPC server.
9898
//
9999
// Registers cleanup functions on t to stop the gRPC server and the CSDS
100-
// implemenation.
100+
// implementation.
101101
func startCSDSServer(t *testing.T) string {
102102
t.Helper()
103103

xds/googledirectpath/googlec2p_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func (s) TestBuildXDS(t *testing.T) {
282282

283283
gotConfig, err := bootstrap.GetConfiguration()
284284
if err != nil {
285-
t.Fatalf("Failed to get boostrap config: %v", err)
285+
t.Fatalf("Failed to get bootstrap config: %v", err)
286286
}
287287
if diff := cmp.Diff(tt.wantBootstrapConfig, gotConfig); diff != "" {
288288
t.Fatalf("Unexpected diff in bootstrap config (-want +got):\n%s", diff)

0 commit comments

Comments
 (0)