Explorar o código

net: fix typo in protocol/mod.rs documentation

lunar-mining %!s(int64=2) %!d(string=hai) anos
pai
achega
d4541d4315
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/net/protocol/mod.rs

+ 1 - 1
src/net/protocol/mod.rs

@@ -57,7 +57,7 @@ pub use protocol_ping::ProtocolPing;
 pub mod protocol_address;
 pub mod protocol_address;
 pub use protocol_address::ProtocolAddress;
 pub use protocol_address::ProtocolAddress;
 
 
-/// Seed servere protocol. Seed server is used when connecting to the network
+/// Seed server protocol. Seed server is used when connecting to the network
 /// for the first time. Returns a list of peers that nodes can connect to.
 /// for the first time. Returns a list of peers that nodes can connect to.
 ///
 ///
 /// To start the seed protocol, we create a subscription to the address
 /// To start the seed protocol, we create a subscription to the address