diff vocdec.c @ 1883:a6cf9ee93fbb libavformat

typo: unkown->unknown
author alex
date Wed, 07 Mar 2007 00:27:23 +0000
parents ba58d49d4685
children 1792b6c5387b
line wrap: on
line diff
--- a/vocdec.c	Tue Mar 06 18:19:31 2007 +0000
+++ b/vocdec.c	Wed Mar 07 00:27:23 2007 +0000
@@ -51,7 +51,7 @@
     url_fskip(pb, 20);
     header_size = get_le16(pb) - 22;
     if (header_size != 4) {
-        av_log(s, AV_LOG_ERROR, "unkown header size: %d\n", header_size);
+        av_log(s, AV_LOG_ERROR, "unknown header size: %d\n", header_size);
         return AVERROR_NOTSUPP;
     }
     url_fskip(pb, header_size);