File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Scanner {
203203 Ok ( stream)
204204 }
205205
206- /// Binds to a UDP socket so we can send and recieve packets
206+ /// Binds to a UDP socket so we can send and receive packets
207207 /// # Example
208208 ///
209209 /// ```compile_fail
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub mod udp_payload {
1414 /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1515 /// | Length | Checksum |
1616 /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
17- /// We append the data, based on the port the the header
17+ /// We append the data, based on the port the header
1818 /// DATA
1919 /// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2020 /// | Data (based on port) |
You can’t perform that action at this time.
0 commit comments