Skip to content

Commit

Permalink
Fix typo in PSIP error message
Browse files Browse the repository at this point in the history
No functional changes.
  • Loading branch information
kmdewaal committed Jul 22, 2022
1 parent c2108bc commit c4fd90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ void MPEGStreamData::HandleTSTables(const TSPacket* tspacket)
if (tspacket->Scrambled())
{ // scrambled! ATSC, DVB require tables not to be scrambled
LOG(VB_RECORD, LOG_ERR, LOC +
"PSIP packet is scrambled, not ATSC/DVB compiant");
"PSIP packet is scrambled, not ATSC/DVB compliant");
DONE_WITH_PSIP_PACKET();
}

Expand Down

0 comments on commit c4fd90f

Please sign in to comment.