From 294bf5bc18cb1417b70dfeee877fb7376954eb6c Mon Sep 17 00:00:00 2001 From: Harshdhall01 Date: Wed, 24 Dec 2025 13:54:47 +0530 Subject: [PATCH] Fix typo: 'sring' -> 'string' in DVB subtitle decoder --- src/lib_ccx/dvb_subtitle_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/dvb_subtitle_decoder.c b/src/lib_ccx/dvb_subtitle_decoder.c index 4acfb8197..91edbc0cb 100644 --- a/src/lib_ccx/dvb_subtitle_decoder.c +++ b/src/lib_ccx/dvb_subtitle_decoder.c @@ -1117,7 +1117,7 @@ static int dvbsub_parse_object_segment(void *dvb_ctx, const uint8_t *buf, } else if (coding_method == 1) { - mprint("FIXME support for sring coding standard\n"); + mprint("FIXME support for string coding standard\n"); } else {