Skip to content

Commit

Permalink
Fix typo corersponding -> corresponding
Browse files Browse the repository at this point in the history
  • Loading branch information
prisme60 committed Aug 10, 2017
1 parent 16268a8 commit 27d7e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/ext/net.rs
Expand Up @@ -655,7 +655,7 @@ impl UnixListener {
/// Accepts a new incoming connection to this listener.
///
/// This function will block the calling thread until a new Unix connection
/// is established. When established, the corersponding [`UnixStream`] and
/// is established. When established, the corresponding [`UnixStream`] and
/// the remote peer's address will be returned.
///
/// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html
Expand Down

0 comments on commit 27d7e61

Please sign in to comment.