Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jul 25, 2020
1 parent b88f0a6 commit 1890eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfexec/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type executor struct {

// a working directory where a command is executed.
dir string
// envirommental variables passed to a command.
// environment variables passed to a command.
env []string
}

Expand Down

0 comments on commit 1890eea

Please sign in to comment.