Skip to content

Commit 1228ae9

Browse files
committed
fix: Typo "connectnig" -> "connecting"
1 parent 196b3db commit 1228ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netwatch/src/udp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl UdpSocket {
170170
/// limiting packets that are read via `recv` from the address specified in
171171
/// `addr`.
172172
pub fn connect(&self, addr: SocketAddr) -> io::Result<()> {
173-
tracing::info!("connectnig to {}", addr);
173+
tracing::info!("connecting to {}", addr);
174174
let guard = self.socket.read().unwrap();
175175
let (socket_tokio, _state) = guard.try_get_connected()?;
176176

0 commit comments

Comments
 (0)