We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd7285f + 27d7e61 commit 0814eb9Copy full SHA for 0814eb9
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