From 231175204d1cb4d07a181678b7b87e2dbad109d1 Mon Sep 17 00:00:00 2001 From: Izaak Lauer <8404559+izaaklauer@users.noreply.github.com> Date: Thu, 24 Jun 2021 16:41:58 -0400 Subject: [PATCH] Small comment typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b47ad99ce..793db83c8 100644 --- a/main.go +++ b/main.go @@ -247,7 +247,7 @@ func wrappedMain() int { providerDevOverrides := providerDevOverrides(config.ProviderInstallation) // The user can declare that certain providers are being managed on - // Terraform's behalf using this environment variable. Thsi is used + // Terraform's behalf using this environment variable. This is used // primarily by the SDK's acceptance testing framework. unmanagedProviders, err := parseReattachProviders(os.Getenv("TF_REATTACH_PROVIDERS")) if err != nil {