summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-19 00:14:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-19 00:14:41 +0000
commitb7438896b3331bd9383e97f5c28db100507e312c (patch)
tree2cfbbb4f6ae925e63a5f6aabafcd484ab4b11bfd /cmdutils.h
parentb3183ad03442df74aadeddab8551f727289a5270 (diff)
Fix typo: explixitly -> explicitly.
Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 39f49195a2..26ab63f9ae 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -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);