Skip to content

Commit 000b397

Browse files
authored
Fix typo: 'sring' -> 'string' in DVB subtitle decoder
2 parents 23fe02f + 294bf5b commit 000b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/dvb_subtitle_decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ static int dvbsub_parse_object_segment(void *dvb_ctx, const uint8_t *buf,
11171117
}
11181118
else if (coding_method == 1)
11191119
{
1120-
mprint("FIXME support for sring coding standard\n");
1120+
mprint("FIXME support for string coding standard\n");
11211121
}
11221122
else
11231123
{

0 commit comments

Comments
 (0)