diff --git a/internal/addrs/move_endpoint.go b/internal/addrs/move_endpoint.go index 470e4ab0ff..76d7e761d9 100644 --- a/internal/addrs/move_endpoint.go +++ b/internal/addrs/move_endpoint.go @@ -86,7 +86,7 @@ func (e *MoveEndpoint) MightUnifyWith(other *MoveEndpoint) bool { return from != nil && to != nil } -// ConfigMovable transforms the receiver into a ConfigMovable by resolving it +// ConfigMoveable transforms the receiver into a ConfigMovable by resolving it // relative to the given base module, which should be the module where // the MoveEndpoint expression was found. // diff --git a/internal/communicator/ssh/communicator_test.go b/internal/communicator/ssh/communicator_test.go index 6c96299f46..c3dd0f8275 100644 --- a/internal/communicator/ssh/communicator_test.go +++ b/internal/communicator/ssh/communicator_test.go @@ -234,7 +234,7 @@ func TestKeepAlives(t *testing.T) { } } -// TestDeadConnection verifies that failed keepalive messages will eventually +// TestFailedKeepAlives verifies that failed keepalive messages will eventually // kill the connection. func TestFailedKeepAlives(t *testing.T) { ivl := keepAliveInterval diff --git a/internal/configs/module_test.go b/internal/configs/module_test.go index ea9feaea0d..2df2ade19f 100644 --- a/internal/configs/module_test.go +++ b/internal/configs/module_test.go @@ -13,7 +13,7 @@ import ( "github.com/zclconf/go-cty/cty" ) -// TestNewModule_provider_fqns exercises module.gatherProviderLocalNames() +// TestNewModule_provider_local_name exercises module.gatherProviderLocalNames() func TestNewModule_provider_local_name(t *testing.T) { mod, diags := testModuleFromDir("testdata/providers-explicit-fqn") if diags.HasErrors() {