net: typo in socket.rs (#3663)

This commit is contained in:
Amos Wenger
2021-03-30 20:44:54 +02:00
committed by GitHub
parent f7c181c2c4
commit 9ec3393650
+1 -1
View File
@@ -448,7 +448,7 @@ impl TcpSocket {
/// `backlog` defines the maximum number of pending connections are queued
/// by the operating system at any given time. Connection are removed from
/// the queue with [`TcpListener::accept`]. When the queue is full, the
/// operationg-system will start rejecting connections.
/// operating-system will start rejecting connections.
///
/// [`TcpListener::accept`]: TcpListener::accept
///