doc: Fix typos from codespell lint

This commit is contained in:
Yerzhan Mazhkenov
2021-04-06 21:44:36 +01:00
parent 9be7fe4849
commit 94c7dd9ac8
6 changed files with 6 additions and 6 deletions

View File

@@ -486,7 +486,7 @@ private:
}
//! Make the data structure consistent with a given point in time:
//! - REQUESTED annoucements with expiry <= now are turned into COMPLETED.
//! - REQUESTED announcements with expiry <= now are turned into COMPLETED.
//! - CANDIDATE_DELAYED announcements with reqtime <= now are turned into CANDIDATE_{READY,BEST}.
//! - CANDIDATE_{READY,BEST} announcements with reqtime > now are turned into CANDIDATE_DELAYED.
void SetTimePoint(std::chrono::microseconds now, std::vector<std::pair<NodeId, GenTxid>>* expired)