Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
squell authored and davidv1992 committed Dec 21, 2023
1 parent 6b5465f commit d839ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntp-proto/src/algorithm/kalman/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl<C: NtpClock, PeerID: Hash + Eq + Copy + Debug> KalmanClockController<C, Pee
next_update,
}
} else {
info!("No concensus cluster found");
info!("No consensus cluster found");
StateUpdate {
used_peers: None,
time_snapshot: Some(self.timedata),
Expand Down

0 comments on commit d839ea2

Please sign in to comment.