]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorFabio Ritrovato <sephiroth87@videolan.org>
Tue, 9 Mar 2010 16:19:49 +0000 (17:19 +0100)
committerFabio Ritrovato <sephiroth87@videolan.org>
Tue, 9 Mar 2010 16:19:49 +0000 (17:19 +0100)
src/input/es_out.c

index 67324f1864593e94fb0814d4d60881f74a2bd278..7c62573affa0c4c1b819a2a7dd8a4149a1f5e003 100644 (file)
@@ -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;
                     }