diff --git a/vms/avm/network/config.go b/vms/avm/network/config.go index 3441c8c2a922..4998d7c8dedd 100644 --- a/vms/avm/network/config.go +++ b/vms/avm/network/config.go @@ -72,7 +72,7 @@ type Config struct { // PullGossipThrottlingPeriod is how large of a window the throttler should // use. PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"` - // PullGossipThrottlingLimit is the number of pull querys that are allowed + // PullGossipThrottlingLimit is the number of pull queries that are allowed // by a validator in every throttling window. PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"` // ExpectedBloomFilterElements is the number of elements to expect when diff --git a/vms/platformvm/config/network.go b/vms/platformvm/config/network.go index 7647329251c1..68320f1b454c 100644 --- a/vms/platformvm/config/network.go +++ b/vms/platformvm/config/network.go @@ -72,7 +72,7 @@ type Network struct { // PullGossipThrottlingPeriod is how large of a window the throttler should // use. PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"` - // PullGossipThrottlingLimit is the number of pull querys that are allowed + // PullGossipThrottlingLimit is the number of pull queries that are allowed // by a validator in every throttling window. PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"` // ExpectedBloomFilterElements is the number of elements to expect when