From 44cae912522d579a15c39a00ef2b91dc9c42f881 Mon Sep 17 00:00:00 2001
From: Lou Logan <lou@lrcd.com>
Date: Fri, 3 Apr 2015 10:43:21 -0800
Subject: [PATCH] cmdutils: fix "Commmand" typo

Signed-off-by: Lou Logan <lou@lrcd.com>
---
 cmdutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmdutils.c b/cmdutils.c
index 46d0b4b533e..e4e3baca368 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"
-- 
GitLab