spelling: version

This commit is contained in:
Josh Soref 2018-03-11 19:13:25 +00:00
parent 6222bd564e
commit 18c5659474
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ type Config struct {
DisableTaggedMetrics bool DisableTaggedMetrics bool
// BackwardsCompatibleMetrics determines whether to show methods of // 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 BackwardsCompatibleMetrics bool
// RPCHoldTimeout is how long an RPC can be "held" before it is errored. // RPCHoldTimeout is how long an RPC can be "held" before it is errored.

View file

@ -270,7 +270,7 @@ type Config struct {
DisableTaggedMetrics bool DisableTaggedMetrics bool
// BackwardsCompatibleMetrics determines whether to show methods of // 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 BackwardsCompatibleMetrics bool
// AutopilotConfig is used to apply the initial autopilot config when // AutopilotConfig is used to apply the initial autopilot config when