diff --git a/command/acl_bootstrap_test.go b/command/acl_bootstrap_test.go index 936fd6938..02ed7bd28 100644 --- a/command/acl_bootstrap_test.go +++ b/command/acl_bootstrap_test.go @@ -33,7 +33,7 @@ func TestACLBootstrapCommand(t *testing.T) { assert.Contains(out, "Secret ID") } -// If a bootsrap token has already been created, attempts to create more should +// If a bootstrap token has already been created, attempts to create more should // fail. func TestACLBootstrapCommand_ExistingBootstrapToken(t *testing.T) { t.Parallel() diff --git a/command/agent/acl_endpoint_test.go b/command/agent/acl_endpoint_test.go index e574857ae..3da95c438 100644 --- a/command/agent/acl_endpoint_test.go +++ b/command/agent/acl_endpoint_test.go @@ -265,7 +265,7 @@ func TestHTTP_ACLTokenList(t *testing.T) { t.Fatalf("missing last contact") } - // Check the output (includes boostrap token) + // Check the output (includes bootstrap token) n := obj.([]*structs.ACLTokenListStub) if len(n) != 4 { t.Fatalf("bad: %#v", n) diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go index 196b00d77..0cf41604c 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_test.go @@ -242,7 +242,7 @@ func TestAgent_ServerConfig(t *testing.T) { t.Fatalf("should have set bootstrap mode") } if out.BootstrapExpect != 0 { - t.Fatalf("boostrap expect should be 0") + t.Fatalf("bootstrap expect should be 0") } conf.Server.BootstrapExpect = 3