[vlc-devel] [PATCH 1/9] Fix spelling of "length"
Sebastian Ramacher
sramacher at debian.org
Sat Jan 30 11:54:24 CET 2016
---
modules/access/dvdnav.c | 4 ++--
modules/demux/mod.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 2422e39..07093b1 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -156,7 +156,7 @@ struct demux_sys_t
int i_title;
input_title_t **title;
- /* lenght of program group chain */
+ /* length of program group chain */
mtime_t i_pgc_length;
int i_vobu_index;
int i_vobu_flush;
@@ -971,7 +971,7 @@ static int Demux( demux_t *p_demux )
msg_Dbg( p_demux, " - cell_start=%"PRId64, event->cell_start );
msg_Dbg( p_demux, " - pg_start=%"PRId64, event->pg_start );
- /* Store the lenght in time of the current PGC */
+ /* Store the length in time of the current PGC */
p_sys->i_pgc_length = event->pgc_length / 90 * 1000;
p_sys->i_vobu_index = 0;
p_sys->i_vobu_flush = 0;
diff --git a/modules/demux/mod.c b/modules/demux/mod.c
index 191f23f..fee7e8f 100644
--- a/modules/demux/mod.c
+++ b/modules/demux/mod.c
@@ -226,7 +226,7 @@ static int Open( vlc_object_t *p_this )
date_Set( &p_sys->pts, 0 );
p_sys->i_length = ModPlug_GetLength( p_sys->f ) * INT64_C(1000);
- msg_Dbg( p_demux, "MOD loaded name=%s lenght=%"PRId64"ms",
+ msg_Dbg( p_demux, "MOD loaded name=%s length=%"PRId64"ms",
ModPlug_GetName( p_sys->f ),
p_sys->i_length );
--
2.7.0
More information about the vlc-devel
mailing list