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 6ee084c commit 96a948fCopy full SHA for 96a948f
1 file changed
src/parser/mrt/mrt_header.rs
@@ -49,7 +49,7 @@ impl From<&CommonHeader> for RawMrtHeader {
49
entry_type: U16::new(header.entry_type as u16),
50
entry_subtype: U16::new(header.entry_subtype),
51
// Internally, we use the length of the MRT payload.
52
- // However in the header, the length inclused the space used by the extra timestamp
+ // However in the header, the length includes the space used by the extra timestamp
53
// data.
54
length: U32::new(header.length + 4),
55
microseconds: U32::new(microseconds),
0 commit comments