We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33c9023 + a475f5d commit 46a40beCopy full SHA for 46a40be
1 file changed
library/std/src/sys/net/connection/xous/tcpstream.rs
@@ -324,7 +324,7 @@ impl TcpStream {
324
}
325
Ok(SocketAddr::V6(SocketAddrV6::new(new_addr.into(), self.local_port, 0, 0)))
326
327
- _ => Err(io::const_error!(io::ErrorKind::InvalidInput, "tnternal error")),
+ _ => Err(io::const_error!(io::ErrorKind::InvalidInput, "internal error")),
328
329
330
0 commit comments