mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Typo fix: s/prefect/perfect/
This commit is contained in:
@@ -81,7 +81,7 @@ pub fn decode_error_kind(errno: i32) -> io::ErrorKind {
|
||||
c::WSAENETDOWN => NetworkDown,
|
||||
c::WSAENETUNREACH => NetworkUnreachable,
|
||||
c::WSAEDQUOT => QuotaExceeded,
|
||||
// Not a prefect mapping but this error is only returned when writing to
|
||||
// Not a perfect mapping but this error is only returned when writing to
|
||||
// a socket after shutting down the write-end. On Unix targets, EPIPE is
|
||||
// returned in those cases.
|
||||
c::WSAESHUTDOWN => BrokenPipe,
|
||||
|
||||
Reference in New Issue
Block a user