Skip to content

Commit 96a948f

Browse files
digizephCopilot
andauthored
minor spelling fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6ee084c commit 96a948f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser/mrt/mrt_header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl From<&CommonHeader> for RawMrtHeader {
4949
entry_type: U16::new(header.entry_type as u16),
5050
entry_subtype: U16::new(header.entry_subtype),
5151
// Internally, we use the length of the MRT payload.
52-
// However in the header, the length inclused the space used by the extra timestamp
52+
// However in the header, the length includes the space used by the extra timestamp
5353
// data.
5454
length: U32::new(header.length + 4),
5555
microseconds: U32::new(microseconds),

0 commit comments

Comments
 (0)