From 601cfb7b5e26608b4c08249c174657c4e8fc8516 Mon Sep 17 00:00:00 2001 From: Dmitry Markin Date: Fri, 27 Dec 2024 12:58:48 +0000 Subject: [PATCH] minor: fix spelling --- substrate/client/service/src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/client/service/src/builder.rs b/substrate/client/service/src/builder.rs index 9c5de347c611..90a390d3e151 100644 --- a/substrate/client/service/src/builder.rs +++ b/substrate/client/service/src/builder.rs @@ -1153,7 +1153,7 @@ where // sync protocol is initiated fast enough // (see https://github.com/paritytech/polkadot-sdk/issues/6573#issuecomment-2563091343). // - // The solution is far from ideal, because in the client code the nework starter is + // The solution is far from ideal, because in the client code the network starter is // activated once all the tasks are spawned, not once they finished the initialization, // so the race can still happen. //