Skip to content

Commit cc76f51

Browse files
dzamlolittle-dude
authored andcommitted
Fix typo
1 parent c3c90f2 commit cc76f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl<'a, T: AsRef<[u8]> + ?Sized> ParseableParametrized<NetfilterBuffer<&'a T>,
5353
let inner = match subsys {
5454
NfLogMessage::SUBSYS => NetfilterMessageInner::NfLog(
5555
NfLogMessage::parse_with_param(buf, message_type)
56-
.context("failed to parse nnflog payload")?,
56+
.context("failed to parse nflog payload")?,
5757
),
5858
_ => NetfilterMessageInner::Other {
5959
subsys,

0 commit comments

Comments
 (0)