[vlc-commits] mux: ogg: fix typo

Tristan Matthews git at videolan.org
Wed Aug 20 01:46:30 CEST 2014


vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Tue Aug 19 16:45:54 2014 -0700| [e5a98bffa578fbf24220e7a4ac8dcd4523b79dec] | committer: Tristan Matthews

mux: ogg: fix typo

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

 modules/mux/ogg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c
index c599199..c71662a 100644
--- a/modules/mux/ogg.c
+++ b/modules/mux/ogg.c
@@ -763,7 +763,7 @@ static void OggGetSkeletonFisbone( uint8_t **pp_buffer, long *pi_size,
             break;
         default:
             psz_value = "application/octet-stream";
-            msg_Warn( p_mux, "Unkown fourcc for stream %s, setting Content-Type to %s",
+            msg_Warn( p_mux, "Unknown fourcc for stream %s, setting Content-Type to %s",
                   vlc_fourcc_GetDescription( p_stream->i_cat, p_stream->i_fourcc ),
                   psz_value );
     }



More information about the vlc-commits mailing list