Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Aug 16, 2023
1 parent 6f8ada0 commit 9949b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lorawan/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl Fhdr {
payload_type: MType,
reader: &mut dyn Buf,
) -> Result<Self, LoraWanError> {
// Checj minimum length requirements
// Check minimum length requirements
if reader.remaining() < FHDR_MIN_SIZE {
return Err(LoraWanError::InvalidPacketSize(
payload_type,
Expand Down

0 comments on commit 9949b14

Please sign in to comment.