[FFmpeg-cvslog] cmdutils: fix "Commmand" typo

Lou Logan git at videolan.org
Fri Apr 3 20:45:09 CEST 2015


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Fri Apr  3 10:43:21 2015 -0800| [44cae912522d579a15c39a00ef2b91dc9c42f881] | committer: Lou Logan

cmdutils: fix "Commmand" typo

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44cae912522d579a15c39a00ef2b91dc9c42f881
---

 cmdutils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdutils.c b/cmdutils.c
index 46d0b4b..e4e3bac 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -1553,7 +1553,7 @@ int show_filters(void *optctx, const char *opt, const char *arg)
     printf("Filters:\n"
            "  T.. = Timeline support\n"
            "  .S. = Slice threading\n"
-           "  ..C = Commmand support\n"
+           "  ..C = Command support\n"
            "  A = Audio input/output\n"
            "  V = Video input/output\n"
            "  N = Dynamic number and/or type of input/output\n"



More information about the ffmpeg-cvslog mailing list