diff mbox

[FFmpeg-devel] doc: fix typo in muxers documentation

Message ID 67e9d71e-fa2c-1ef9-d7e7-05d29460c40c@gmail.com
State New
Headers show

Commit Message

Alfred E. Heggestad Oct. 30, 2019, 10:05 a.m. UTC
On 30/10/2019 10:55, Paul B Mahol wrote:
> Can not be applied, patch is corrupted.
> 

sorry about that, patch is attached.



/alfred
From 417b3a38d25fbc3aca1f8e7d0d65de7efea55777 Mon Sep 17 00:00:00 2001
From: "Alfred E. Heggestad" <alfred.heggestad@gmail.com>
Date: Wed, 30 Oct 2019 10:48:44 +0100
Subject: [PATCH] doc: fix typo in muxers documentation

---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Oct. 30, 2019, 10:12 a.m. UTC | #1
Applied

On 10/30/19, Alfred E. Heggestad <alfred.heggestad@gmail.com> wrote:
> On 30/10/2019 10:55, Paul B Mahol wrote:
>> Can not be applied, patch is corrupted.
>>
>
> sorry about that, patch is attached.
>
>
>
> /alfred
>
diff mbox

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4c88b5daec..09ded7d48a 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2084,7 +2084,7 @@  but supports several other algorithms.
 The output of the muxer consists of one line per stream of the form:
 @var{streamindex},@var{streamtype},@var{algo}=@var{hash}, where
 @var{streamindex} is the index of the mapped stream, @var{streamtype} is a
-single characer indicating the type of stream, @var{algo} is a short string
+single character indicating the type of stream, @var{algo} is a short string
 representing the hash function used, and @var{hash} is a hexadecimal number
 representing the computed hash.