Fix typos in meshpb

This commit is contained in:
Nikita Stroganov 2023-04-23 10:19:45 +00:00 committed by Fedor Korotkiy
parent 15733df035
commit 50fac783b0

View file

@ -4,7 +4,7 @@ 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;
}