diff --git a/client/config/config.go b/client/config/config.go index cbb93e9ba..2cabb9579 100644 --- a/client/config/config.go +++ b/client/config/config.go @@ -193,7 +193,7 @@ type Config struct { DisableTaggedMetrics bool // BackwardsCompatibleMetrics determines whether to show methods of - // displaying metrics for older verions, or to only show the new format + // displaying metrics for older versions, or to only show the new format BackwardsCompatibleMetrics bool // RPCHoldTimeout is how long an RPC can be "held" before it is errored. diff --git a/nomad/config.go b/nomad/config.go index 32a59aee9..b4ca01e56 100644 --- a/nomad/config.go +++ b/nomad/config.go @@ -270,7 +270,7 @@ type Config struct { DisableTaggedMetrics bool // BackwardsCompatibleMetrics determines whether to show methods of - // displaying metrics for older verions, or to only show the new format + // displaying metrics for older versions, or to only show the new format BackwardsCompatibleMetrics bool // AutopilotConfig is used to apply the initial autopilot config when