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