Skip to content

Commit 27d7e61

Browse files
authored
Fix typo corersponding -> corresponding
1 parent 16268a8 commit 27d7e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/net.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ impl UnixListener {
655655
/// Accepts a new incoming connection to this listener.
656656
///
657657
/// This function will block the calling thread until a new Unix connection
658-
/// is established. When established, the corersponding [`UnixStream`] and
658+
/// is established. When established, the corresponding [`UnixStream`] and
659659
/// the remote peer's address will be returned.
660660
///
661661
/// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html

0 commit comments

Comments
 (0)