Skip to content

Commit 0cb887b

Browse files
authored
Typo fix (#4150)
Signed-off-by: Afounso Souza <[email protected]>
1 parent 110807a commit 0cb887b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vms/avm/network/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type Config struct {
7272
// PullGossipThrottlingPeriod is how large of a window the throttler should
7373
// use.
7474
PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"`
75-
// PullGossipThrottlingLimit is the number of pull querys that are allowed
75+
// PullGossipThrottlingLimit is the number of pull queries that are allowed
7676
// by a validator in every throttling window.
7777
PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"`
7878
// ExpectedBloomFilterElements is the number of elements to expect when

vms/platformvm/config/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type Network struct {
7272
// PullGossipThrottlingPeriod is how large of a window the throttler should
7373
// use.
7474
PullGossipThrottlingPeriod time.Duration `json:"pull-gossip-throttling-period"`
75-
// PullGossipThrottlingLimit is the number of pull querys that are allowed
75+
// PullGossipThrottlingLimit is the number of pull queries that are allowed
7676
// by a validator in every throttling window.
7777
PullGossipThrottlingLimit int `json:"pull-gossip-throttling-limit"`
7878
// ExpectedBloomFilterElements is the number of elements to expect when

0 commit comments

Comments
 (0)