changeset 2106:eb66f83e9562 libavformat

typo
author aurel
date Wed, 30 May 2007 10:04:37 +0000
parents f42ab3fae0ec
children d422ebae6dd1
files movenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/movenc.c	Wed May 30 09:50:35 2007 +0000
+++ b/movenc.c	Wed May 30 10:04:37 2007 +0000
@@ -849,7 +849,7 @@
     if(version!=0 && track->mode == MODE_MOV){
         av_log(NULL, AV_LOG_ERROR,
             "FATAL error, file duration too long for timebase, this file will not be\n"
-            "playable with quicktime. Choose a differnt timebase or a different\n"
+            "playable with quicktime. Choose a different timebase or a different\n"
             "container format\n");
     }