[vlc-devel] [PATCH 1/3] fix typos
Steve Lhomme
robux4 at videolabs.io
Fri Dec 18 10:02:09 CET 2015
---
modules/gui/qt4/HACKING | 2 +-
src/input/var.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/HACKING b/modules/gui/qt4/HACKING
index c58a476..a265295 100644
--- a/modules/gui/qt4/HACKING
+++ b/modules/gui/qt4/HACKING
@@ -2,7 +2,7 @@ Small Hacking file for the Qt Interface
If you ever code for Qt interface, please read this before.
-** Code Convetions **
+** Code Conventions **
Please respect VLC code conventions here:
- NO trailing spaces
diff --git a/src/input/var.c b/src/input/var.c
index 7218a56..025a798 100644
--- a/src/input/var.c
+++ b/src/input/var.c
@@ -612,7 +612,7 @@ static int TimeCallback( vlc_object_t *p_this, char const *psz_cmd,
input_thread_t *p_input = (input_thread_t*)p_this;
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(p_data);
- /* Update "position" for better intf behavour */
+ /* Update "position" for better intf behaviour */
const int64_t i_length = var_GetInteger( p_input, "length" );
if( i_length > 0 && newval.i_int >= 0 && newval.i_int <= i_length )
{
--
2.6.3
More information about the vlc-devel
mailing list