Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison authored and kmoe committed Nov 27, 2020
1 parent 37f698e commit 1bb2098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfexec/internal/e2etest/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func runTestVersions(t *testing.T, versions []string, fixtureName string, cb fun

runningVersion, _, err := tf.Version(context.Background(), false)
if err != nil {
t.Fatalf("unable to determin running version (expected %q): %s", tfv, err)
t.Fatalf("unable to determine running version (expected %q): %s", tfv, err)
}

if fixtureName != "" {
Expand Down

0 comments on commit 1bb2098

Please sign in to comment.