From 7a3a88cf7a2e15f1bbe3c68b5b6e3fd12a461831 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Thu, 27 Oct 2022 00:07:46 +0200 Subject: [PATCH] Fixed typo --- src/input/mpegts/iptv/iptv_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mpegts/iptv/iptv_udp.c b/src/input/mpegts/iptv/iptv_udp.c index 599d9e629..d2b5b02e5 100644 --- a/src/input/mpegts/iptv/iptv_udp.c +++ b/src/input/mpegts/iptv/iptv_udp.c @@ -105,7 +105,7 @@ iptv_udp_read ( iptv_input_t *mi, iptv_mux_t *im ) } if (im->mm_iptv_rtp_seq < 0xffff && im->mm_iptv_rtp_seq > 0x3ff) { - tvherror(LS_IPTV, "receving non-raw UDP data for %s!", im->mm_nicename); + tvherror(LS_IPTV, "receiving non-raw UDP data for %s!", im->mm_nicename); im->mm_iptv_rtp_seq = 0x10000; /* no further logs! */ } -- 2.47.3