aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
commitb1b9710998ebc8f33f25c6f13ba838e01706f3bb (patch)
treeb4975a18a567f52ea48af4cb551f864df8d45d6d /main/rtp.c
parentc20e95709085540ac6e3a5bc013a8020f18ee377 (diff)
fix various spelling mistakes in comments (issue #8237, jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46339 f38db490-d61c-443f-a65b-d21fe96a405b
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;