Skip to content

Commit c2359e8

Browse files
szepeviktorflub
andauthored
chore: Fix typos (#1964)
## Description Found many misspellings. ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant. --------- Co-authored-by: Floris Bruynooghe <[email protected]>
1 parent f22cbf5 commit c2359e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+140
-140
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: mozilla-actions/[email protected]
114114

115115
# TODO: We have a bunch of platform-dependent code so should
116-
# probably run this job on the full platofrm matrix
116+
# probably run this job on the full platform matrix
117117
- name: clippy check (all features)
118118
run: cargo clippy --workspace --all-features --all-targets --bins --tests --benches
119119

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All notable changes to iroh will be documented in this file.
159159

160160
### Clippy
161161

162-
- Warn on unsused async fn ([#1743](https://github.com/n0-computer/iroh/issues/1743)) - ([7068f33](https://github.com/n0-computer/iroh/commit/7068f33ce2609a01b8707efbd370680f09a67102))
162+
- Warn on unused async fn ([#1743](https://github.com/n0-computer/iroh/issues/1743)) - ([7068f33](https://github.com/n0-computer/iroh/commit/7068f33ce2609a01b8707efbd370680f09a67102))
163163

164164
### Example
165165

@@ -376,7 +376,7 @@ All notable changes to iroh will be documented in this file.
376376
- *(iroh-net)* PCP mappings ([#1261](https://github.com/n0-computer/iroh/issues/1261)) - ([84e2f72](https://github.com/n0-computer/iroh/commit/84e2f721a0505ee44d04c01df0daa54dcbd400ab))
377377
- *(iroh-net)* Nat-PMP probes and mappings ([#1283](https://github.com/n0-computer/iroh/issues/1283)) - ([5c38730](https://github.com/n0-computer/iroh/commit/5c387308a14e17738efed2e4bcefee02141e13cd))
378378
- *(iroh-net)* Add `DEV_DERP_ONLY` env variable for testing the derp relay ([#1378](https://github.com/n0-computer/iroh/issues/1378)) - ([34c97bb](https://github.com/n0-computer/iroh/commit/34c97bb688cbf3ffd096246b22fa85d11402738b))
379-
- *(tests)* Improve test_utils to warn about mutli-runtime tests ([#1280](https://github.com/n0-computer/iroh/issues/1280)) - ([62522dc](https://github.com/n0-computer/iroh/commit/62522dccaefaeca9ac13393329d3fbe7db48b203))
379+
- *(tests)* Improve test_utils to warn about multi-runtime tests ([#1280](https://github.com/n0-computer/iroh/issues/1280)) - ([62522dc](https://github.com/n0-computer/iroh/commit/62522dccaefaeca9ac13393329d3fbe7db48b203))
380380
- Iroh-gossip ([#1149](https://github.com/n0-computer/iroh/issues/1149)) - ([7f8463f](https://github.com/n0-computer/iroh/commit/7f8463f48587e2173f7d8fb8851e4beea148d7de))
381381
- Methods to check if a hash is complete or partial ([#1359](https://github.com/n0-computer/iroh/issues/1359)) - ([8006629](https://github.com/n0-computer/iroh/commit/800662957f67030014102653004e6490ebc4ea3b))
382382
- Add iroh-sync and integrate into iroh node ([#1333](https://github.com/n0-computer/iroh/issues/1333)) - ([3f141be](https://github.com/n0-computer/iroh/commit/3f141be6fd2951f10c97ff8434fd78fc40a1afcc))
@@ -470,7 +470,7 @@ All notable changes to iroh will be documented in this file.
470470
- *(iroh-net)* Implement `HomeRouter` detection - ([b14049e](https://github.com/n0-computer/iroh/commit/b14049ec0f9f36a540a9aa6fbd315272179d683a))
471471
- *(iroh-net)* Upnp port mapping ([#1117](https://github.com/n0-computer/iroh/issues/1117)) - ([701e9b7](https://github.com/n0-computer/iroh/commit/701e9b7c6ff57037cd3bb88a9f7e037f5ddf6b87))
472472
- *(iroh-net)* PCP probe - ([659a54a](https://github.com/n0-computer/iroh/commit/659a54aa7571cff14592a81fffc011f683a8c954))
473-
- *(loging)* Improve logging output of provider and get ([#932](https://github.com/n0-computer/iroh/issues/932)) - ([6ae709e](https://github.com/n0-computer/iroh/commit/6ae709e63a1c542c1e02640b0fa85cb0a92ebcd7))
473+
- *(logging)* Improve logging output of provider and get ([#932](https://github.com/n0-computer/iroh/issues/932)) - ([6ae709e](https://github.com/n0-computer/iroh/commit/6ae709e63a1c542c1e02640b0fa85cb0a92ebcd7))
474474
- *(provider)* Add 'CollectionAdded' Provider event ([#1131](https://github.com/n0-computer/iroh/issues/1131)) - ([8b6a5bc](https://github.com/n0-computer/iroh/commit/8b6a5bc43d3bd602ff38bc8810ee72af5b5ac8de))
475475
- Metrics collection ([#900](https://github.com/n0-computer/iroh/issues/900)) - ([d4a01f7](https://github.com/n0-computer/iroh/commit/d4a01f7aa0de1a208abf7809d79ff0a8403dc143))
476476
- Implement ICMP pings - ([6c19faa](https://github.com/n0-computer/iroh/commit/6c19faae7f88accf8a2225b825339e6cc63cbe75))
@@ -530,7 +530,7 @@ All notable changes to iroh will be documented in this file.
530530
- Cleanup ping sending logic - ([7896d37](https://github.com/n0-computer/iroh/commit/7896d37accd80a89f9bd67318e313cb04fdfcfb5))
531531
- Send early ping if needed - ([d0755c7](https://github.com/n0-computer/iroh/commit/d0755c7fc0595216833d0d7a13924b0e3fe034d8))
532532
- Improve local addr output and start fixing cli tests - ([f76d650](https://github.com/n0-computer/iroh/commit/f76d6504c8df76154aa5489ffa8bee8ebf662609))
533-
- Process incoming IP packets in a seperate task ([#1020](https://github.com/n0-computer/iroh/issues/1020)) - ([96b882a](https://github.com/n0-computer/iroh/commit/96b882a80a129810682c2885f513dbcec81b3189))
533+
- Process incoming IP packets in a separate task ([#1020](https://github.com/n0-computer/iroh/issues/1020)) - ([96b882a](https://github.com/n0-computer/iroh/commit/96b882a80a129810682c2885f513dbcec81b3189))
534534
- Format socket addr so that it does not need to be escaped ([#1019](https://github.com/n0-computer/iroh/issues/1019)) - ([7c87b94](https://github.com/n0-computer/iroh/commit/7c87b944da095c096880c56c6bb36be605710899))
535535
- Ensure provider building waits for an endpoint update - ([c858f36](https://github.com/n0-computer/iroh/commit/c858f361195e486f721f7fea7002b196b7654874))
536536
- Ensure endpoints are always discovered or timeout - ([58538e0](https://github.com/n0-computer/iroh/commit/58538e005322c838736f25b8ec74a25dea70cff5))
@@ -632,7 +632,7 @@ All notable changes to iroh will be documented in this file.
632632
- Try latest cross ([#1069](https://github.com/n0-computer/iroh/issues/1069)) - ([71dcab1](https://github.com/n0-computer/iroh/commit/71dcab1d04723cef67bc2275bf2bf2feb08b3c54))
633633
- Update dependencies ([#1107](https://github.com/n0-computer/iroh/issues/1107)) - ([23baf7d](https://github.com/n0-computer/iroh/commit/23baf7d98ad2aef0c3c50d287f054550a2ba2924))
634634
- Delete unused file - ([0fb684f](https://github.com/n0-computer/iroh/commit/0fb684ff840b57dd595200c1eca596e3c563996b))
635-
- Add explict parity acknowledgement on cert & verifier files, clarify codebase copyright is assigned to n0, inc. ([#1167](https://github.com/n0-computer/iroh/issues/1167)) - ([04c7247](https://github.com/n0-computer/iroh/commit/04c7247cd4dc75caae2299f1e713b7280cb64e0e))
635+
- Add explicit parity acknowledgement on cert & verifier files, clarify codebase copyright is assigned to n0, inc. ([#1167](https://github.com/n0-computer/iroh/issues/1167)) - ([04c7247](https://github.com/n0-computer/iroh/commit/04c7247cd4dc75caae2299f1e713b7280cb64e0e))
636636
- Change module structure and visibility and require docs ([#1176](https://github.com/n0-computer/iroh/issues/1176)) - ([81a0b1e](https://github.com/n0-computer/iroh/commit/81a0b1ecc92a0f844fbaa5455db1551040e170ee))
637637
- Add PR template ([#1194](https://github.com/n0-computer/iroh/issues/1194)) - ([a3826c4](https://github.com/n0-computer/iroh/commit/a3826c42a092bae60aa8f944ed2e0e6e393dd026))
638638
- Pause release builds ([#1206](https://github.com/n0-computer/iroh/issues/1206)) - ([69649ba](https://github.com/n0-computer/iroh/commit/69649ba603e17c893a698ed3da8923101a941db4))
@@ -705,7 +705,7 @@ All notable changes to iroh will be documented in this file.
705705
- *(netcheck)* Simplify and fix hairpinning ([#1051](https://github.com/n0-computer/iroh/issues/1051)) - ([b1fb4a6](https://github.com/n0-computer/iroh/commit/b1fb4a6774374b0befae9f99d10851052e83f3eb))
706706
- *(netcheck)* Turn ReportState into more of an actor ([#1103](https://github.com/n0-computer/iroh/issues/1103)) - ([fbea8df](https://github.com/n0-computer/iroh/commit/fbea8df623808c8be1bb6efdae76115b3053f60e))
707707
- *(tests)* Clean up various bits in tests ([#1145](https://github.com/n0-computer/iroh/issues/1145)) - ([da85f49](https://github.com/n0-computer/iroh/commit/da85f49a9e361ae1d69ee9bbbd38b658150a6656))
708-
- *(tests)* Consisten test module naming ([#1181](https://github.com/n0-computer/iroh/issues/1181)) - ([05a39a4](https://github.com/n0-computer/iroh/commit/05a39a4c1c866314eee199caab920a576df2beb3))
708+
- *(tests)* Consistent test module naming ([#1181](https://github.com/n0-computer/iroh/issues/1181)) - ([05a39a4](https://github.com/n0-computer/iroh/commit/05a39a4c1c866314eee199caab920a576df2beb3))
709709
- Change how a collection is created ([#939](https://github.com/n0-computer/iroh/issues/939)) - ([ce21952](https://github.com/n0-computer/iroh/commit/ce219523819c12d5d74c0cfafdccf043cfceab39))
710710
- Rename Request.name to Request.hash ([#951](https://github.com/n0-computer/iroh/issues/951)) - ([ca1a091](https://github.com/n0-computer/iroh/commit/ca1a0919108f7401a093965bb9cebe9a666185c8))
711711
- Naming heartbeats ([#982](https://github.com/n0-computer/iroh/issues/982)) - ([4a745ec](https://github.com/n0-computer/iroh/commit/4a745ec37af1ad3359b4b29f0c42548b1c035d65))
@@ -933,7 +933,7 @@ All notable changes to iroh will be documented in this file.
933933
### 🧪 Testing
934934

935935
- Avoid file system - ([dc2fe24](https://github.com/n0-computer/iroh/commit/dc2fe24d173768b1270ff5622d158757b64f1a1c))
936-
- Use differnt ports - ([4cb1a5a](https://github.com/n0-computer/iroh/commit/4cb1a5af3aae9401122367cf9a21daacee2b4b67))
936+
- Use different ports - ([4cb1a5a](https://github.com/n0-computer/iroh/commit/4cb1a5af3aae9401122367cf9a21daacee2b4b67))
937937
- Use multithread runtime - ([48acbe8](https://github.com/n0-computer/iroh/commit/48acbe8272b9e07665256ec65fdb77b18bdc7ef5))
938938
- Different port - ([40a60c7](https://github.com/n0-computer/iroh/commit/40a60c73a3eb845356876d6c28b252cbf47616b4))
939939
- Different sizes - ([a1d6927](https://github.com/n0-computer/iroh/commit/a1d6927f9c907e612552605b198e3b165c6571f9))

CHANGELOG_old.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ this release includes `iroh console` an admin, debugging, and API exploration to
192192
* **iroh-net:** Nat-PMP probes and mappings ([#1283](https://github.com/n0-computer/iroh/issues/1283)) ([5c38730](https://github.com/n0-computer/iroh/commit/5c387308a14e17738efed2e4bcefee02141e13cd))
193193
* **iroh-net:** PCP mappings ([#1261](https://github.com/n0-computer/iroh/issues/1261)) ([84e2f72](https://github.com/n0-computer/iroh/commit/84e2f721a0505ee44d04c01df0daa54dcbd400ab))
194194
* methods to check if a hash is complete or partial ([#1359](https://github.com/n0-computer/iroh/issues/1359)) ([8006629](https://github.com/n0-computer/iroh/commit/800662957f67030014102653004e6490ebc4ea3b))
195-
* **tests:** Improve test_utils to warn about mutli-runtime tests ([#1280](https://github.com/n0-computer/iroh/issues/1280)) ([62522dc](https://github.com/n0-computer/iroh/commit/62522dccaefaeca9ac13393329d3fbe7db48b203))
195+
* **tests:** Improve test_utils to warn about multi-runtime tests ([#1280](https://github.com/n0-computer/iroh/issues/1280)) ([62522dc](https://github.com/n0-computer/iroh/commit/62522dccaefaeca9ac13393329d3fbe7db48b203))
196196

197197

198198

@@ -273,7 +273,7 @@ This should open up more possibilities when integrating just the pieces you need
273273
* **netcheck:** Stable derp-region sorting ([#1250](https://github.com/n0-computer/iroh/issues/1250)) ([899efd2](https://github.com/n0-computer/iroh/commit/899efd29362e539722869b2013b2058704098547))
274274
* netsim branch CI default ([#1205](https://github.com/n0-computer/iroh/issues/1205)) ([a8435eb](https://github.com/n0-computer/iroh/commit/a8435ebb594b93282e90959e702f11baabfd44c5))
275275
* online stun test ([#1065](https://github.com/n0-computer/iroh/issues/1065)) ([bec1bbe](https://github.com/n0-computer/iroh/commit/bec1bbeadab93195094a3ee5cd22c7e261db2459))
276-
* process incoming IP packets in a seperate task ([#1020](https://github.com/n0-computer/iroh/issues/1020)) ([96b882a](https://github.com/n0-computer/iroh/commit/96b882a80a129810682c2885f513dbcec81b3189)), closes [#1021](https://github.com/n0-computer/iroh/issues/1021)
276+
* process incoming IP packets in a separate task ([#1020](https://github.com/n0-computer/iroh/issues/1020)) ([96b882a](https://github.com/n0-computer/iroh/commit/96b882a80a129810682c2885f513dbcec81b3189)), closes [#1021](https://github.com/n0-computer/iroh/issues/1021)
277277
* release netsim should ignore some tests ([#1096](https://github.com/n0-computer/iroh/issues/1096)) ([9b981c4](https://github.com/n0-computer/iroh/commit/9b981c4c4b75d76cd7fd4b9ac83d2d9d1e9edd1a))
278278
* remove build-data dependency ([26e9937](https://github.com/n0-computer/iroh/commit/26e99375a7b058adb4a682b7014a3c2407b590ae)), closes [#1035](https://github.com/n0-computer/iroh/issues/1035)
279279
* remove derp route on peergone ([cefc8ba](https://github.com/n0-computer/iroh/commit/cefc8ba47cffe6565b963ed8e7efa5e150a7b188))
@@ -313,7 +313,7 @@ This should open up more possibilities when integrating just the pieces you need
313313
* **iroh-net:** PCP probe ([659a54a](https://github.com/n0-computer/iroh/commit/659a54aa7571cff14592a81fffc011f683a8c954)), closes [#910](https://github.com/n0-computer/iroh/issues/910)
314314
* **iroh-net:** Upnp port mapping ([#1117](https://github.com/n0-computer/iroh/issues/1117)) ([701e9b7](https://github.com/n0-computer/iroh/commit/701e9b7c6ff57037cd3bb88a9f7e037f5ddf6b87))
315315
* **iroh:** pass a callback to subscribe ([#1219](https://github.com/n0-computer/iroh/issues/1219)) ([c325603](https://github.com/n0-computer/iroh/commit/c325603cb317600e4ee87844fa7a73174a8d7911)), closes [#1139](https://github.com/n0-computer/iroh/issues/1139)
316-
* **loging:** Improve logging output of provider and get ([#932](https://github.com/n0-computer/iroh/issues/932)) ([6ae709e](https://github.com/n0-computer/iroh/commit/6ae709e63a1c542c1e02640b0fa85cb0a92ebcd7))
316+
* **logging:** Improve logging output of provider and get ([#932](https://github.com/n0-computer/iroh/issues/932)) ([6ae709e](https://github.com/n0-computer/iroh/commit/6ae709e63a1c542c1e02640b0fa85cb0a92ebcd7))
317317
* metrics collection ([#900](https://github.com/n0-computer/iroh/issues/900)) ([d4a01f7](https://github.com/n0-computer/iroh/commit/d4a01f7aa0de1a208abf7809d79ff0a8403dc143))
318318
* prefer configured port to be used for ipv4 ([3a292e5](https://github.com/n0-computer/iroh/commit/3a292e555d0f035950f90c3df463abed93475ac3))
319319
* print local endpoints on provide ([b3c22bd](https://github.com/n0-computer/iroh/commit/b3c22bd12ec3d18b3c75af316f29075e72e8fa4e))

code_of_conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code of Conduct
22

3-
Online or off, Number Zero is a harrassment-free environment for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion or technical skill level. We do not tolerate harassment of participants in any form.
3+
Online or off, Number Zero is a harassment-free environment for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion or technical skill level. We do not tolerate harassment of participants in any form.
44

55
Harassment includes verbal comments that reinforce social structures of domination related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. Participants asked to stop any harassing behavior are expected to comply immediately.
66

iroh-bytes/src/protocol/range_spec.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl RangeSpec {
6060

6161
/// A [`RangeSpec`] selecting nothing from the blob.
6262
///
63-
/// This is called "emtpy" because the representation is an empty set.
63+
/// This is called "empty" because the representation is an empty set.
6464
pub const EMPTY: Self = Self(SmallVec::new_const());
6565

6666
/// Creates a [`RangeSpec`] selecting the entire blob.
@@ -123,7 +123,7 @@ impl fmt::Debug for RangeSpec {
123123
///
124124
/// ## Example:
125125
///
126-
/// Supose two [`RangeSpec`]s `range_a` and `range_b`.
126+
/// Suppose two [`RangeSpec`]s `range_a` and `range_b`.
127127
///
128128
/// - `[(0, range_a), (2, empty), (3, range_b), (1, empty)]` encodes:
129129
/// - Select `range_a` for children in the range `[0, 2)`
@@ -238,7 +238,7 @@ impl RangeSpecSeq {
238238
}
239239
}
240240

241-
/// An iterator over blobs in the sequence with a non-emtpy range spec.
241+
/// An iterator over blobs in the sequence with a non-empty range spec.
242242
///
243243
/// This iterator will only yield items for blobs which have at least one chunk
244244
/// selected.
@@ -309,7 +309,7 @@ impl<'a> Iterator for RequestRangeSpecIter<'a> {
309309
}
310310
}
311311

312-
/// An iterator over blobs in the sequence with a non-emtpy range specs.
312+
/// An iterator over blobs in the sequence with a non-empty range specs.
313313
///
314314
/// default is what to use if the children of this RequestRangeSpec are empty.
315315
#[derive(Debug)]

iroh-bytes/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ impl<E: EventSender> ResponseWriter<E> {
451451
}
452452

453453
async fn notify_transfer_completed(&self, hash: &Hash, stats: Box<TransferStats>) {
454-
info!("trasnfer completed for {}", hash);
454+
info!("transfer completed for {}", hash);
455455
Self::print_stats(&stats);
456456
self.events
457457
.send(Event::TransferCompleted {

iroh-gossip/src/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ impl Actor {
387387
trace!(?i, "tick: dialer");
388388
match res {
389389
Ok(conn) => {
390-
debug!(peer = ?peer_id, "dial successfull");
390+
debug!(peer = ?peer_id, "dial successful");
391391
self.handle_to_actor_msg(ToActor::ConnIncoming(peer_id, ConnOrigin::Dial, conn), Instant::now()).await.context("dialer.next -> conn -> handle_to_actor_msg")?;
392392
}
393393
Err(err) => {

iroh-gossip/src/proto.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! outline of the protocols.
1111
//!
1212
//! All protocol messages are namespaced by a [`TopicId`], a 32 byte identifier. Topics are
13-
//! seperate swarms and broadcast scopes. The HyParView and PlumTree algorithms both work in the
13+
//! separate swarms and broadcast scopes. The HyParView and PlumTree algorithms both work in the
1414
//! scope of a single topic. Thus, joining multiple topics increases the number of open connections
1515
//! to peers and the size of the local routing table.
1616
//!
@@ -23,7 +23,7 @@
2323
//! Passive peers is an addressbook of additional peers. If one of your active peers goes offline,
2424
//! its slot is filled with a random peer from the passive set. In the default configuration, the
2525
//! active view has a size of 5 and the passive view a size of 30.
26-
//! The HyParView protocol ensures that active connections are always bidirectional, and regularily
26+
//! The HyParView protocol ensures that active connections are always bidirectional, and regularly
2727
//! exchanges nodes for the passive view in a `Shuffle` operation.
2828
//! Thus, this protocol exposes a high degree of reliability and auto-recovery in the case of node
2929
//! failures.
@@ -33,7 +33,7 @@
3333
//! of peers: An `eager` set and a `lazy` set. Both are subsets of the `active` view from the
3434
//! membership protocol. When broadcasting a message from the local node, or upon receiving a
3535
//! broadcast message, the message is pushed to all peers in the eager set. Additionally, the hash
36-
//! of the message (which uniquely identifies it), but not the message contnet, is lazily pushed
36+
//! of the message (which uniquely identifies it), but not the message content, is lazily pushed
3737
//! to all peers in the `lazy` set. When receiving such lazy pushes (called `Ihaves`), those peers
3838
//! may request the message content after a timeout if they didn't receive the message by one of
3939
//! their eager peers before. When requesting a message from a currently-lazy peer, this peer is

iroh-gossip/src/proto/plumtree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ impl<PI: PeerIdentity> State<PI> {
667667
self.lazy_push_peers.insert(peer);
668668
}
669669

670-
/// Immediatelly sends message to eager peers.
670+
/// Immediately sends message to eager peers.
671671
fn eager_push(&mut self, gossip: Gossip, sender: &PI, io: &mut impl IO<PI>) {
672672
for peer in self
673673
.eager_push_peers

iroh-gossip/src/proto/topic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl<PI: PeerIdentity, R: Rng> State<PI, R> {
264264
}
265265
}
266266

267-
// Forward NeigborUp and NeighborDown events from hyparview to plumtree
267+
// Forward NeighborUp and NeighborDown events from hyparview to plumtree
268268
let mut io = VecDeque::new();
269269
for event in self.outbox.iter() {
270270
match event {

0 commit comments

Comments
 (0)