From eda75e16845cfb464d6844c50b9ae556ce5fedd2 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 13 Mar 2019 15:02:20 +0400 Subject: [PATCH] swarm/pss: comment fixed --- swarm/pss/prox_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index f2891ec768..6648617045 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -211,7 +211,7 @@ func TestProxNetworkLong(t *testing.T) { // passed to the message handlers of these required recipients. Test will fail // if a message is handled by recipient which is not listed among the allowed // recipients of this particular message. It also fails after timeout, if not -// all the required recipients have recieved thier respective messages. +// all the required recipients have received their respective messages. // // For example, if proximity order of certain msg address is 4, and node X // has PO=5 wrt the message address, and nodes Y and Z have PO=6, then: