We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16268a8 commit 27d7e61Copy full SHA for 27d7e61
src/libstd/sys/unix/ext/net.rs
@@ -655,7 +655,7 @@ impl UnixListener {
655
/// Accepts a new incoming connection to this listener.
656
///
657
/// This function will block the calling thread until a new Unix connection
658
- /// is established. When established, the corersponding [`UnixStream`] and
+ /// is established. When established, the corresponding [`UnixStream`] and
659
/// the remote peer's address will be returned.
660
661
/// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html
0 commit comments