[vlc-commits] Fix spelling of "supported"

Sebastian Ramacher git at videolan.org
Sat Jan 30 18:44:46 CET 2016


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Sat Jan 30 11:54:31 2016 +0100| [26c76ba9dbfa5499ced9fcde33247d8fd0f2f30f] | committer: Jean-Baptiste Kempf

Fix spelling of "supported"

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26c76ba9dbfa5499ced9fcde33247d8fd0f2f30f
---

 modules/access/dcp/dcpparser.cpp |    2 +-
 modules/demux/real.c             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/dcp/dcpparser.cpp b/modules/access/dcp/dcpparser.cpp
index 2d3e4bd..da54d70 100755
--- a/modules/access/dcp/dcpparser.cpp
+++ b/modules/access/dcp/dcpparser.cpp
@@ -183,7 +183,7 @@ int Chunk::Parse( xml_reader_t *p_xmlReader, string p_node, int p_type){
                         return -1;
                     }
                     if ( this->i_vol_index != 1 ) {
-                        msg_Err(this->p_demux, "Only one VOLINDEX suported. Patch welcome.");
+                        msg_Err(this->p_demux, "Only one VOLINDEX supported. Patch welcome.");
                         return -1;
                     }
                     /* end of chunk tag parse */
diff --git a/modules/demux/real.c b/modules/demux/real.c
index e74cf8d..ad240a2 100644
--- a/modules/demux/real.c
+++ b/modules/demux/real.c
@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this )
     /* Real Audio */
     if( !memcmp( p_peek, ".ra", 3 ) )
     {
-        msg_Err( p_demux, ".ra files unsuported" );
+        msg_Err( p_demux, ".ra files unsupported" );
         b_real_audio = true;
     }
     /* Real Media Format */



More information about the vlc-commits mailing list