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 22897b4 commit 8d574edCopy full SHA for 8d574ed
net-tools/netwatch/src/udp.rs
@@ -20,7 +20,7 @@ pub struct UdpSocket {
20
socket: RwLock<Option<tokio::net::UdpSocket>>,
21
/// The addr we are binding to.
22
addr: SocketAddr,
23
- /// Set to true, when an error occured, that means we need to rebind the socket.
+ /// Set to true, when an error occurred, that means we need to rebind the socket.
24
is_broken: AtomicBool,
25
}
26
0 commit comments