From e4c3f95d278f025da0eb84fe80c5cf76cc455f69 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 27 Oct 2023 14:45:43 -0300 Subject: [PATCH] chore: fix typos (#7862) Co-authored-by: vuittont60 <81072379+vuittont60@users.noreply.github.com> --- zebra-network/src/peer_set/candidate_set/tests/vectors.rs | 2 +- zebra-test/src/net.rs | 2 +- zebra-utils/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zebra-network/src/peer_set/candidate_set/tests/vectors.rs b/zebra-network/src/peer_set/candidate_set/tests/vectors.rs index 261fb2ff4..e9811796b 100644 --- a/zebra-network/src/peer_set/candidate_set/tests/vectors.rs +++ b/zebra-network/src/peer_set/candidate_set/tests/vectors.rs @@ -177,7 +177,7 @@ fn candidate_set_updates_are_rate_limited() { }); } -/// Test that a call to [`CandidateSet::update`] after a call to [`CandidateSet::update_inital`] is +/// Test that a call to [`CandidateSet::update`] after a call to [`CandidateSet::update_initial`] is /// rate limited. #[test] fn candidate_set_update_after_update_initial_is_rate_limited() { diff --git a/zebra-test/src/net.rs b/zebra-test/src/net.rs index 69ff9df8b..161a5ce80 100644 --- a/zebra-test/src/net.rs +++ b/zebra-test/src/net.rs @@ -55,7 +55,7 @@ pub fn zebra_skip_ipv6_tests() -> bool { /// /// If you want a once-off random unallocated port, use /// `random_unallocated_port`. Don't use this function if you don't need -/// to - it has a small risk of port conflcits. +/// to - it has a small risk of port conflicts. /// /// Use this function when you need to use the same random port multiple /// times. For example: setting up both ends of a connection, or re-using diff --git a/zebra-utils/README.md b/zebra-utils/README.md index e8d625842..77b5c4802 100644 --- a/zebra-utils/README.md +++ b/zebra-utils/README.md @@ -84,7 +84,7 @@ To launch a testnet node, you can either: - start `zebrad` [with a `zebrad.toml` with `network.network` set to `Testnet`](https://doc.zebra.zfnd.org/zebra_network/struct.Config.html#structfield.network), or - run `zcashd -testnet`. -Then use the commands above to renegerate the checkpoints. +Then use the commands above to regenerate the checkpoints. #### Submit new checkpoints as pull request