diff --git a/README.md b/README.md index 2923162a9..1d6b8ad31 100644 --- a/README.md +++ b/README.md @@ -1387,7 +1387,7 @@ Optionally included keys are: 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 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. * `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 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 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 diff --git a/daemon/rtpengine.pod b/daemon/rtpengine.pod index 93153dbb5..d422a20c8 100644 --- a/daemon/rtpengine.pod +++ b/daemon/rtpengine.pod @@ -282,7 +282,7 @@ given address as UDP packets. =item B<--dtmf-log-ng-tcp> 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> diff --git a/include/ssrc.h b/include/ssrc.h index 96314baa7..35da724e3 100644 --- a/include/ssrc.h +++ b/include/ssrc.h @@ -108,7 +108,7 @@ struct ssrc_entry_call { 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 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 uint32_t last_seq_tracked;