Fix typo corersponding -> corresponding

This commit is contained in:
Foucher 2017-08-10 08:49:40 +02:00 committed by GitHub
parent 16268a88fc
commit 27d7e61f1b

View File

@ -655,7 +655,7 @@ fn inner(path: &Path) -> io::Result<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