Skip to content

Commit 9aae644

Browse files
committed
chore: fix some comments
Signed-off-by: drawdrop <[email protected]>
1 parent d6cd939 commit 9aae644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scanner/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/udp_packets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) |

0 commit comments

Comments
 (0)