[vlc-devel] [PATCH 8/9] Fix spelling of "supported"

Sebastian Ramacher sramacher at debian.org
Sat Jan 30 11:54:31 CET 2016


---
 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 */
-- 
2.7.0



More information about the vlc-devel mailing list