From 5bb1a6c3927686bc68c4b983b57ecd39294ae6f6 Mon Sep 17 00:00:00 2001 From: Alexander Redinger Date: Thu, 24 Mar 2022 14:00:04 -0400 Subject: [PATCH] spelling~ Co-authored-by: Nick Fagerlund --- variable_set_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable_set_test.go b/variable_set_test.go index 0bc41846b..f2b264a0d 100644 --- a/variable_set_test.go +++ b/variable_set_test.go @@ -135,7 +135,7 @@ func TestVariableSetsUpdate(t *testing.T) { defer orgTestCleanup() vsTest, _ := createVariableSet(t, client, orgTest, VariableSetCreateOptions{ - Name: String("OrinigalName"), + Name: String("OriginalName"), Description: String("Original Description"), Global: Bool(false), })