# HG changeset patch # User bcoudurier # Date 1220137542 0 # Node ID c841d4e3365df531b73dc03ccfa9307d642d00a7 # Parent bbfeee282055614385322ced6568f9326f2dff42 fix typos diff -r bbfeee282055 -r c841d4e3365d mxfenc.c --- 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; }