diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-03-06 19:07:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-06 21:12:40 +0100 |
commit | 9898bd9a82ad16f7ef2dcc26542827ff92255821 (patch) | |
tree | 8645af220b584d93689638817b7c301ffba3c190 /doc/protocols.texi | |
parent | eeb3baf7f7257ea5586bf857cc668f6aff81d556 (diff) | |
download | ffmpeg-9898bd9a82ad16f7ef2dcc26542827ff92255821.tar.gz |
Fix spelling errors in texi files: accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 36aecff19f..304b216f43 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -953,7 +953,7 @@ used as master salt. @section tcp -Trasmission Control Protocol. +Transmission Control Protocol. The required syntax for a TCP url is: @example @@ -1059,7 +1059,7 @@ udp://@var{hostname}:@var{port}[?@var{options}] @var{options} contains a list of &-separated options of the form @var{key}=@var{val}. In case threading is enabled on the system, a circular buffer is used -to store the incoming data, which allows to reduce loss of data due to +to store the incoming data, which allows one to reduce loss of data due to UDP socket buffer overruns. The @var{fifo_size} and @var{overrun_nonfatal} options are related to this buffer. |