From d1cec4285fa47bdf318b49ee24ecac200d7c5946 Mon Sep 17 00:00:00 2001 From: Jonathan Weinberg Date: Fri, 6 Dec 2024 14:31:39 -0500 Subject: [PATCH] Spelling error (#24619) --- nomad/structs/config/workload_id.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/config/workload_id.go b/nomad/structs/config/workload_id.go index 872acd81ef9..5a3f92dbee2 100644 --- a/nomad/structs/config/workload_id.go +++ b/nomad/structs/config/workload_id.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/nomad/helper/pointer" ) -// WorkloadIdentityConfig is the agent configuraion block used to define +// WorkloadIdentityConfig is the agent configuration block used to define // default workload identities. // // This based on the WorkloadIdentity struct from nomad/structs/workload_id.go