From: Fabio Ritrovato Date: Tue, 9 Mar 2010 16:19:49 +0000 (+0100) Subject: Fix typo X-Git-Tag: 1.1.0-pre1~431 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=066b059ba824a8ec9155ecde84d707ba16d2a469;p=vlc Fix typo --- diff --git a/src/input/es_out.c b/src/input/es_out.c index 67324f1864..7c62573aff 100644 --- a/src/input/es_out.c +++ b/src/input/es_out.c @@ -2317,7 +2317,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args ) if( i_pts_delay > __MIN( i_pts_delay_base + i_jitter_max, INPUT_PTS_DELAY_MAX ) ) { msg_Err( p_sys->p_input, - "ES_OUT_SET_(GROUP_)PCR is called too late (jitter of %d ms ingnored)", + "ES_OUT_SET_(GROUP_)PCR is called too late (jitter of %d ms ignored)", (int)(i_pts_delay - i_pts_delay_base) / 1000 ); i_pts_delay = p_sys->i_pts_delay; }