Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 19, 2024
1 parent a8fcf94 commit d90f32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-tools/netwatch/src/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct UdpSocket {
socket: RwLock<Option<tokio::net::UdpSocket>>,
/// The addr we are binding to.
addr: SocketAddr,
/// 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.
is_broken: AtomicBool,
}

Expand Down

0 comments on commit d90f32a

Please sign in to comment.