TT#71950 Fix typos

s/torwards/towards/
s/behavious/behaviour/
s/cliens/clients/
s/retreived/retrieved/

Change-Id: I50ccecd860f0c1cc25b6c16f5af13aa059e87a93
pull/1509/head
Michael Prokop 4 years ago
parent 821fbf7644
commit e425e82272

@ -1387,7 +1387,7 @@ Optionally included keys are:
Similar to `mask` and `consume` but doesn't remove the codec from the list of Similar to `mask` and `consume` but doesn't remove the codec from the list of
offered codecs. This means that a codec listed under `accept` will still be offered offered codecs. This means that a codec listed under `accept` will still be offered
to the remote peer, but if the remote peer rejects it, it will still be accepted to the remote peer, but if the remote peer rejects it, it will still be accepted
torwards the original offerer and then used for transcoding. It is a more selective towards the original offerer and then used for transcoding. It is a more selective
version of what the `always transcode` flag does. version of what the `always transcode` flag does.
* `set` * `set`
@ -2258,7 +2258,7 @@ the `subscribe request` as well as the answer SDP in `sdp`.
By default, the answer SDP must accept all codecs that were presented in the By default, the answer SDP must accept all codecs that were presented in the
offer SDP (given in the reply to `subscribe request`). If not all codecs were offer SDP (given in the reply to `subscribe request`). If not all codecs were
accepted, then the `subscribe answer` will be rejected. This behavious can be accepted, then the `subscribe answer` will be rejected. This behaviour can be
changed by including the `allow transcoding` flag in the message. If this flag changed by including the `allow transcoding` flag in the message. If this flag
is present, then the answer SDP will be accepted as long as at least one valid is present, then the answer SDP will be accepted as long as at least one valid
codec is present, and the media will be transcoded as required. This also holds codec is present, and the media will be transcoded as required. This also holds

@ -282,7 +282,7 @@ given address as UDP packets.
=item B<--dtmf-log-ng-tcp> =item B<--dtmf-log-ng-tcp>
If B<--listen-tcp-ng> is enabled, this will send DTMF events to all If B<--listen-tcp-ng> is enabled, this will send DTMF events to all
connected cliens encoded in bencode format. connected clients encoded in bencode format.
=item B<--dtmf-no-suppress> =item B<--dtmf-no-suppress>

@ -108,7 +108,7 @@ struct ssrc_entry_call {
average_mos; // contains a running tally of all stats blocks average_mos; // contains a running tally of all stats blocks
uint16_t no_mos_count; // how many time we where not able to compute MOS due to missing RTT uint16_t no_mos_count; // how many time we where not able to compute MOS due to missing RTT
unsigned int last_rtt; // last calculated raw rtt without rtt from opposide side unsigned int last_rtt; // last calculated raw rtt without rtt from opposide side
unsigned int last_rtt_xr; // last rtt for both legs retreived from RTCP-XR BT-7 unsigned int last_rtt_xr; // last rtt for both legs retrieved from RTCP-XR BT-7
// input only - tracking for passthrough handling // input only - tracking for passthrough handling
uint32_t last_seq_tracked; uint32_t last_seq_tracked;

Loading…
Cancel
Save