From 50fac783b0ce24bfe88fe52f31f7abb486a19b75 Mon Sep 17 00:00:00 2001 From: Nikita Stroganov Date: Sun, 23 Apr 2023 10:19:45 +0000 Subject: [PATCH] Fix typos in meshpb --- gossip/meshpb/protocol.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gossip/meshpb/protocol.proto b/gossip/meshpb/protocol.proto index d418f0a..edcd754 100644 --- a/gossip/meshpb/protocol.proto +++ b/gossip/meshpb/protocol.proto @@ -4,10 +4,10 @@ syntax = "proto3"; option go_package = "gitlab.com/slon/shad-go/gossip/meshpb"; -// PeerMeta is arbitary message that is propageted with peer gossip. +// PeerMeta is arbitrary message that is propagated with peer gossip. message PeerMeta { string name = 1; } service GossipService { -} \ No newline at end of file +}