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.
1 parent 196b3db commit 907a5d7Copy full SHA for 907a5d7
netwatch/src/udp.rs
@@ -170,7 +170,7 @@ impl UdpSocket {
170
/// limiting packets that are read via `recv` from the address specified in
171
/// `addr`.
172
pub fn connect(&self, addr: SocketAddr) -> io::Result<()> {
173
- tracing::info!("connectnig to {}", addr);
+ tracing::info!("connecting to {}", addr);
174
let guard = self.socket.read().unwrap();
175
let (socket_tokio, _state) = guard.try_get_connected()?;
176
0 commit comments