]> git.sesse.net Git - vlc/commitdiff
mux: ogg: fix typo
authorTristan Matthews <le.businessman@gmail.com>
Tue, 19 Aug 2014 23:45:54 +0000 (16:45 -0700)
committerTristan Matthews <le.businessman@gmail.com>
Tue, 19 Aug 2014 23:45:54 +0000 (16:45 -0700)
modules/mux/ogg.c

index c599199bda07918a313785bfe31a878d9567ad31..c71662a162e2ee4ed2bca182233204c93382dc69 100644 (file)
@@ -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 );
     }