From b7438896b3331bd9383e97f5c28db100507e312c Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Thu, 19 Feb 2009 00:14:41 +0000
Subject: [PATCH] Fix typo: explixitly -> explicitly.

Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 cmdutils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdutils.h b/cmdutils.h
index 39f49195a2d..26ab63f9ae6 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);
-- 
GitLab