From 6af9b42ecffa98d7d9fbecd9289cb3e3015dc2db Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:21:52 +0000 Subject: [PATCH] spelling: largely --- command/agent/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/agent/config.go b/command/agent/config.go index ed25c5e87..62ad22c7d 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -104,11 +104,11 @@ type Config struct { Vault *config.VaultConfig `mapstructure:"vault"` // NomadConfig is used to override the default config. - // This is largly used for testing purposes. + // This is largely used for testing purposes. NomadConfig *nomad.Config `mapstructure:"-" json:"-"` // ClientConfig is used to override the default config. - // This is largly used for testing purposes. + // This is largely used for testing purposes. ClientConfig *client.Config `mapstructure:"-" json:"-"` // DevMode is set by the -dev CLI flag.