]> git.sesse.net Git - ffmpeg/commitdiff
Fix typo: explixitly -> explicitly.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 19 Feb 2009 00:14:41 +0000 (00:14 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 19 Feb 2009 00:14:41 +0000 (00:14 +0000)
Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk

cmdutils.h

index 39f49195a2d6df63737b8a2840c3fcd0e68323af..26ab63f9ae65cb02f70433390e4f45889196579c 100644 (file)
@@ -45,7 +45,7 @@ extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
 
 /**
- * Fallback for options that are not explixitly handled, these will be
+ * Fallback for options that are not explicitly handled, these will be
  * parsed through AVOptions.
  */
 int opt_default(const char *opt, const char *arg);