From 98c5aa9421703fc31b0833ad8860a55db15be063 Mon Sep 17 00:00:00 2001 From: rob-maron <132852777+rob-maron@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:29:19 -0500 Subject: [PATCH] mispelling --- pubsub/gossipsub/gossipsub-v1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/gossipsub/gossipsub-v1.1.md b/pubsub/gossipsub/gossipsub-v1.1.md index c3c48bf80..73b3301db 100644 --- a/pubsub/gossipsub/gossipsub-v1.1.md +++ b/pubsub/gossipsub/gossipsub-v1.1.md @@ -195,7 +195,7 @@ at most `D/2`, such that: that at least `D_out` peers are outbound connections; see also [Peer Scoring](#peer-scoring) below. - When the peer receives a GRAFT while oversubscribed (with mesh degree at `D_hi` or higher), it only accepts the new peer in the mesh if it is an outbound connection. -- During heartbeat maintainence, if the peer already has at least `D_lo` peers in the mesh but not +- During heartbeat maintenance, if the peer already has at least `D_lo` peers in the mesh but not enough outbound connections, then it selects as many needed peers to fill the quota and grafts them in the mesh.