]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo corersponding -> corresponding
authorFoucher <christian.foucher@gmail.com>
Thu, 10 Aug 2017 06:49:40 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2017 06:49:40 +0000 (08:49 +0200)
src/libstd/sys/unix/ext/net.rs

index 94b87a6bff4908bbef10994688bdd9146fd52624..7701ae25b418f792bd1e124891927931c967db25 100644 (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