From 18c5659474aade9d01690b884b51984d349f608b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 19:13:25 +0000 Subject: [PATCH] spelling: version --- client/config/config.go | 2 +- nomad/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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