diff swf.c @ 2164:3804e39efbfd libavformat

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents a3e79d6e4e3c
children b21c2af60bc9
line wrap: on
line diff
--- a/swf.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/swf.c	Tue Jun 12 09:29:25 2007 +0000
@@ -386,7 +386,7 @@
             break;
         default:
             /* not supported */
-            av_log(s, AV_LOG_ERROR, "swf doesnt support that sample rate, choose from (44100, 22050, 11025)\n");
+            av_log(s, AV_LOG_ERROR, "swf does not support that sample rate, choose from (44100, 22050, 11025).\n");
             return -1;
         }
         v |= 0x02; /* 16 bit playback */