diff options
| author | Foucher <christian.foucher@gmail.com> | 2017-08-10 08:49:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-10 08:49:40 +0200 |
| commit | 27d7e61f1bbb6799adffebd56d64227e7b5a956c (patch) | |
| tree | 993376f3912ad19bbef4ced6f5ccb4dc44ec9133 /src/libstd/sys | |
| parent | 16268a88fc0cfe3657439139c63913ffb904b2fa (diff) | |
| download | rust-27d7e61f1bbb6799adffebd56d64227e7b5a956c.tar.gz rust-27d7e61f1bbb6799adffebd56d64227e7b5a956c.zip | |
Fix typo corersponding -> corresponding
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/unix/ext/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/ext/net.rs b/src/libstd/sys/unix/ext/net.rs index 94b87a6bff4..7701ae25b41 100644 --- a/src/libstd/sys/unix/ext/net.rs +++ b/src/libstd/sys/unix/ext/net.rs @@ -655,7 +655,7 @@ impl 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 |
