diff mpeg12.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 4dbe6578f811
children 874d9b7641e3
line wrap: on
line diff
--- a/mpeg12.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/mpeg12.c	Tue Jun 12 18:50:50 2007 +0000
@@ -3205,7 +3205,7 @@
                         return -1;
                     }
                 if(!s2->current_picture_ptr){
-                    av_log(avctx, AV_LOG_ERROR, "current_picture not initalized\n");
+                    av_log(avctx, AV_LOG_ERROR, "current_picture not initialized\n");
                     return -1;
                 }