diff options
author | Moritz Barsnick <barsnick@gmx.net> | 2019-02-10 12:10:20 +0100 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-02-10 21:12:40 +0530 |
commit | 885a80d189698633e7c94bb55fdb1dac12871483 (patch) | |
tree | d5681395e52786157cf60087dc1b6357dc26e2e2 /doc/formats.texi | |
parent | d20902fd2399ae04cbd5c02e83fbd90c68592555 (diff) | |
download | ffmpeg-885a80d189698633e7c94bb55fdb1dac12871483.tar.gz |
doc: fix various typos
Found with the help of codespell-1.14.0.
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 4f334e03c7..52a5ff8371 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -211,7 +211,7 @@ is @code{0} (meaning that no offset is applied). @item dump_separator @var{string} (@emph{input}) Separator used to separate the fields printed on the command line about the Stream parameters. -For example to separate the fields with newlines and indention: +For example, to separate the fields with newlines and indentation: @example ffprobe -dump_separator " " -i ~/videos/matrixbench_mpeg2.mpg |