diff --git a/substrate/client/authority-discovery/src/worker.rs b/substrate/client/authority-discovery/src/worker.rs index bc29656e8b00..d70009fd8f09 100644 --- a/substrate/client/authority-discovery/src/worker.rs +++ b/substrate/client/authority-discovery/src/worker.rs @@ -873,7 +873,7 @@ where self.last_known_records.insert(kademlia_key, new_record); true } else if new_record.creation_time == current_record_info.creation_time { - // Same record just update in case this is a record from old nods that don't have + // Same record just update in case this is a record from old nodes that don't have // timestamp. debug!( target: LOG_TARGET,