From: Tristan Matthews Date: Tue, 19 Aug 2014 23:45:54 +0000 (-0700) Subject: mux: ogg: fix typo X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=e5a98bffa578fbf24220e7a4ac8dcd4523b79dec mux: ogg: fix typo --- diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c index c599199bda..c71662a162 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 ); }