summaryrefslogtreecommitdiff
path: root/main/rtp.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-10-26 17:52:15 +0000
committerRussell Bryant <russell@russellbryant.com>2006-10-26 17:52:15 +0000
commit0ca6a42d7efa1a5b031228008495e9fe7e5d00b0 (patch)
treeb4975a18a567f52ea48af4cb551f864df8d45d6d /main/rtp.c
parent192a93aa379d5320c0a421ccd08e3a048cb400f2 (diff)
fix various spelling mistakes in comments (issue #8237, jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rtp.c b/main/rtp.c
index c34f56b11..cf3737c6b 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -662,7 +662,7 @@ static struct ast_frame *process_cisco_dtmf(struct ast_rtp *rtp, unsigned char *
}
if ((!rtp->resp && power) || (rtp->resp && (rtp->resp != resp))) {
rtp->resp = resp;
- /* Why we should care on DTMF compensation at receiption? */
+ /* Why we should care on DTMF compensation at reception? */
if (!ast_test_flag(rtp, FLAG_DTMF_COMPENSATE)) {
f = send_dtmf(rtp, AST_FRAME_DTMF_BEGIN);
rtp->dtmfduration = 0;
@@ -2311,7 +2311,7 @@ static int ast_rtcp_write_sr(void *data)
return res;
}
-/*! \brief Send RTCP recepient's report */
+/*! \brief Send RTCP recipient's report */
static int ast_rtcp_write_rr(void *data)
{
struct ast_rtp *rtp = data;