Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacon authored and chifflier committed Oct 14, 2024
1 parent 1dbff61 commit 89c18d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcapng/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ use std::io::Read;
/// Err(PcapError::Incomplete(_)) => {
/// if last_incomplete_index == num_blocks {
/// eprintln!("Could not read complete data block.");
/// eprintln!("Hint: the reader buffer size may be too small, or the input file nay be truncated.");
/// eprintln!("Hint: the reader buffer size may be too small, or the input file may be truncated.");
/// break;
/// }
/// last_incomplete_index = num_blocks;
Expand Down

0 comments on commit 89c18d4

Please sign in to comment.