From f6371c51ae48f8c25879c91c7a93e446ade08949 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 20 Mar 2010 02:10:48 +0200 Subject: [PATCH] Confusing typo --- src/input/es_out_timeshift.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c index aa17e7ad0d..4aa997feef 100644 --- a/src/input/es_out_timeshift.c +++ b/src/input/es_out_timeshift.c @@ -508,7 +508,7 @@ static int ControlLockedSetPauseState( es_out_t *p_out, bool b_source_paused, bo /* XXX we may do it BUT it would be better to finish the clock clean up+improvments * and so be able to advertize correctly pace control property in access * module */ - msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have space control" ); + msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have pace control" ); } } @@ -543,7 +543,7 @@ static int ControlLockedSetRate( es_out_t *p_out, int i_src_rate, int i_rate ) /* XXX we may do it BUT it would be better to finish the clock clean up+improvments * and so be able to advertize correctly pace control property in access * module */ - msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have space control" ); + msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have pace control" ); } } -- 2.39.5