diff flvenc.c @ 2164:3804e39efbfd libavformat

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents cd4c59c788fc
children 33033ec6fc6c
line wrap: on
line diff
--- a/flvenc.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/flvenc.c	Tue Jun 12 09:29:25 2007 +0000
@@ -69,7 +69,7 @@
             flags |= FLV_SAMPLERATE_SPECIAL;
             break;
         default:
-            av_log(enc, AV_LOG_ERROR, "flv doesnt support that sample rate, choose from (44100, 22050, 11025)\n");
+            av_log(enc, AV_LOG_ERROR, "flv does not support that sample rate, choose from (44100, 22050, 11025).\n");
             return -1;
     }