Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SaphMB committed Jan 30, 2023
1 parent 2c76e3c commit 12c66ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func outputsFor(name iaas.Name) (Outputs, error) {
return &NullOutputs{}, errors.New("terraform: " + name.String() + " not a valid iaas provider")
}

// Option defines the arbitary element of Options for New
// Option defines the arbitrary element of Options for New
type Option func(*CLI) error

// Path returns the path of the terraform-cli as an Option
Expand All @@ -68,7 +68,7 @@ func Path(path string) Option {
}
}

// DownloadTerraform returns the dowloaded CLI path Option
// DownloadTerraform returns the downloaded CLI path Option
func DownloadTerraform(versionFile []byte) Option {
return func(c *CLI) error {
var binaries map[string]util.BinaryPaths
Expand Down

0 comments on commit 12c66ca

Please sign in to comment.