]> git.sesse.net Git - vlc/blobdiff - modules/demux/ts.c
s/informations/information/
[vlc] / modules / demux / ts.c
index 8ef7b944321cfec87b39595636c2e241c97cfa55..86c94781193e4bbba6deb49439724cf76de5100a 100644 (file)
@@ -3324,7 +3324,7 @@ static void PMTSetupEsTeletext( demux_t *p_demux, ts_pid_t *pid,
     ts_teletext_page_t p_page[2 * 64 + 20];
     unsigned i_page = 0;
 
-    /* Gather pages informations */
+    /* Gather pages information */
 #if defined _DVBPSI_DR_56_H_ && \
     defined DVBPSI_VERSION && DVBPSI_VERSION_INT > ((0<<16)+(1<<8)+5)
     for( unsigned i_tag_idx = 0; i_tag_idx < 2; i_tag_idx++ )