diff --git a/node/network/src/config.rs b/node/network/src/config.rs index 2f44dff..da8ffd9 100644 --- a/node/network/src/config.rs +++ b/node/network/src/config.rs @@ -103,7 +103,7 @@ pub struct Config { /// Subscribe to all subnets for the duration of the runtime. pub subscribe_all_subnets: bool, - /// Import/aggregate all attestations recieved on subscribed subnets for the duration of the + /// Import/aggregate all attestations received on subscribed subnets for the duration of the /// runtime. pub import_all_attestations: bool,