From 5acf0023564d46411d0379578e748320ed40e4f1 Mon Sep 17 00:00:00 2001 From: Emiliza Gutierrez Date: Mon, 12 Jul 2021 13:44:09 -0700 Subject: [PATCH] Fix typo: genrated->generated (#7478) --- pkg/cmd/pulumi/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pulumi/import.go b/pkg/cmd/pulumi/import.go index 2e86e8f91..a286c2ff5 100644 --- a/pkg/cmd/pulumi/import.go +++ b/pkg/cmd/pulumi/import.go @@ -332,7 +332,7 @@ func newImportCmd() *cobra.Command { " }\n" + "\n" + "The name table maps language names to parent and provider URNs. These names are\n" + - "used in the genrated definitions, and should match the corresponding declarations\n" + + "used in the generated definitions, and should match the corresponding declarations\n" + "in the source program. This table is required if any parents or providers are\n" + "specified by the resources to import.\n" + "\n" +