mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-27 09:21:14 -06:00
command: Fixup comment typo
Hat tip to @Ninir :)
This commit is contained in:
parent
5d8b0aed3a
commit
84bbbfbe18
@ -744,7 +744,7 @@ func TestRefresh_displaysOutputs(t *testing.T) {
|
||||
}
|
||||
|
||||
// When creating an InstaneState for direct comparison to one contained in
|
||||
// terraform.State, all fields must be inintialized (duplicating the
|
||||
// terraform.State, all fields must be initialized (duplicating the
|
||||
// InstanceState.init() method)
|
||||
func newInstanceState(id string) *terraform.InstanceState {
|
||||
return &terraform.InstanceState{
|
||||
|
Loading…
Reference in New Issue
Block a user