aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMoritz Barsnick <barsnick@gmx.net>2016-10-09 12:57:02 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-09 20:14:22 +0200
commit7fefd776682ae9a138d808f8e91e8c74574187db (patch)
tree6104b6c05b58c305ae274c758fb5f029b42a05a6 /cmdutils.h
parentf12c0da09b04dc8897a6856a34c1d4d58fbf025f (diff)
downloadffmpeg-7fefd776682ae9a138d808f8e91e8c74574187db.tar.gz
cmdutils: fix typos
Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 3e5d27d7a7350e096eac9f8999d02bf48c3b3a69) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 67bf4848b7..1b96aa48d1 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -450,13 +450,13 @@ int show_devices(void *optctx, const char *opt, const char *arg);
#if CONFIG_AVDEVICE
/**
- * Print a listing containing audodetected sinks of the output device.
+ * Print a listing containing autodetected sinks of the output device.
* Device name with options may be passed as an argument to limit results.
*/
int show_sinks(void *optctx, const char *opt, const char *arg);
/**
- * Print a listing containing audodetected sources of the input device.
+ * Print a listing containing autodetected sources of the input device.
* Device name with options may be passed as an argument to limit results.
*/
int show_sources(void *optctx, const char *opt, const char *arg);