From 12c66ca946e884cdb28d8460acc197ab92ea6277 Mon Sep 17 00:00:00 2001 From: Sapphire Mason-Brown Date: Mon, 30 Jan 2023 18:47:47 +0000 Subject: [PATCH] fix typos --- terraform/terraform.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/terraform.go b/terraform/terraform.go index 345550ec8..70ea28562 100644 --- a/terraform/terraform.go +++ b/terraform/terraform.go @@ -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 @@ -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