Skip to content

Commit

Permalink
minor: Fix doc spelling, detected with codespell (#2730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd authored and zuckschwerdt committed Nov 28, 2023
1 parent d576829 commit d932224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tpms_nissan.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static int tpms_nissan_decode(r_device *decoder, bitbuffer_t *bitbuffer, unsigne

uint8_t *b = packet_bits.bb[0];

// TODO Is there any parity or other checks we can preform to return
// TODO Is there any parity or other checks we can perform to return
// DECODE_ABORT_EARLY or DECODE_FAIL_MIC

// MODE:3d
Expand Down

0 comments on commit d932224

Please sign in to comment.