spelling: largely

This commit is contained in:
Josh Soref 2018-03-11 18:21:52 +00:00
parent 1ef6d6319e
commit 3e2f500cf9

View file

@ -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.