Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Fix some typos #7862

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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() {
2 changes: 1 addition & 1 deletion zebra-test/src/net.rs
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion zebra-utils/README.md
Original file line number Diff line number Diff line change
@@ -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