Skip to content

Commit d90f32a

Browse files
spelling fix
1 parent a8fcf94 commit d90f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-tools/netwatch/src/udp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct UdpSocket {
2020
socket: RwLock<Option<tokio::net::UdpSocket>>,
2121
/// The addr we are binding to.
2222
addr: SocketAddr,
23-
/// Set to true, when an error occured, that means we need to rebind the socket.
23+
/// Set to true, when an error occurred, that means we need to rebind the socket.
2424
is_broken: AtomicBool,
2525
}
2626

0 commit comments

Comments
 (0)