Skip to content

Commit

Permalink
chore: fix typos in doc comments
Browse files Browse the repository at this point in the history
Pull-Request: #5323.
  • Loading branch information
xiaoxianBoy committed Apr 21, 2024
1 parent 31457f6 commit 44bc941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swarm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ where
addrs
};

// If address translation yielded nothing, broacast the original candidate address.
// If address translation yielded nothing, broadcast the original candidate address.
if translated_addresses.is_empty() {
self.behaviour
.on_swarm_event(FromSwarm::NewExternalAddrCandidate(
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc/src/tokio/sdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub(crate) fn offer(addr: SocketAddr, client_ufrag: &str) -> RTCSessionDescripti
//
// a=ice-options:ice2
//
// Indicates that we are complying with RFC8839 (as oppposed to the legacy RFC5245).
// Indicates that we are complying with RFC8839 (as opposed to the legacy RFC5245).
//
// a=ice-ufrag:<ICE user>
// a=ice-pwd:<ICE password>
Expand Down

0 comments on commit 44bc941

Please sign in to comment.