]> git.sesse.net Git - vlc/commitdiff
Confusing typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 20 Mar 2010 00:10:48 +0000 (02:10 +0200)
committerRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Wed, 24 Mar 2010 14:45:23 +0000 (16:45 +0200)
src/input/es_out_timeshift.c

index aa17e7ad0d4052fbb6d09c4d01d26d061791638c..4aa997feef1b801c42af8cc9c721988e8e87fccd 100644 (file)
@@ -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" );
         }
 
     }