From 19488ba42a8502f9ff878143d712f2811753afbe Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 7 Mar 2019 17:47:23 -0800 Subject: [PATCH] Speling --- core/src/crds_gossip.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/crds_gossip.rs b/core/src/crds_gossip.rs index 84ffb0fdf2..68d8563639 100644 --- a/core/src/crds_gossip.rs +++ b/core/src/crds_gossip.rs @@ -113,9 +113,9 @@ impl CrdsGossip { } /// time when a request to `from` was initiated - /// This is used for weighted random selection durring `new_pull_request` + /// This is used for weighted random selection during `new_pull_request` /// It's important to use the local nodes request creation time as the weight - /// instaad of the response received time otherwise failed nodes will increase their weight. + /// instead of the response received time otherwise failed nodes will increase their weight. pub fn mark_pull_request_creation_time(&mut self, from: Pubkey, now: u64) { self.pull.mark_pull_request_creation_time(from, now) }