diff mxfenc.c @ 3814:c841d4e3365d libavformat

fix typos
author bcoudurier
date Sat, 30 Aug 2008 23:05:42 +0000
parents bbfeee282055
children af8d6067206e
line wrap: on
line diff
--- a/mxfenc.c	Sat Aug 30 23:02:59 2008 +0000
+++ b/mxfenc.c	Sat Aug 30 23:05:42 2008 +0000
@@ -264,7 +264,7 @@
         }
         j++;
         // considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break;
-        // this is a temporary method, when we can get  more information, modofy this.
+        // this is a temporary method, when we can get more information, modify this.
         if (codec_ul->id == CODEC_ID_PCM_S16LE)
             break;
     }