diff options
author | Lou Logan <lou@lrcd.com> | 2015-04-03 10:43:21 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2015-04-03 10:43:21 -0800 |
commit | 44cae912522d579a15c39a00ef2b91dc9c42f881 (patch) | |
tree | 181d42eabe028f073febdf27fd0b424042dd9314 | |
parent | 1f47c2399da2e814228f2526b09f8ab94acc7989 (diff) | |
download | ffmpeg-44cae912522d579a15c39a00ef2b91dc9c42f881.tar.gz |
cmdutils: fix "Commmand" typo
Signed-off-by: Lou Logan <lou@lrcd.com>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 46d0b4b533..e4e3baca36 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" |