diff mp3_header_decompress_bsf.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents bff60ecc02f9
children
line wrap: on
line diff
--- a/mp3_header_decompress_bsf.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/mp3_header_decompress_bsf.c	Tue Jun 12 09:29:25 2007 +0000
@@ -60,7 +60,7 @@
             break;
     }
     if(bitrate_index == 30){
-        av_log(avctx, AV_LOG_ERROR, "couldnt find bitrate_index\n");
+        av_log(avctx, AV_LOG_ERROR, "Could not find bitrate_index.\n");
         return -1;
     }