aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:45:45 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 13:45:45 +0000
commit72d780d1145d573bec0d02bb46ee47b83a86ecbd (patch)
treeac73f44c0a11be36da70dccad447b0b92917b0a5 /main/rtp.c
parentc60e277f2335b45d05e31b501caab5346829162e (diff)
Fix spelling of existent in a few places.
(closes issue #12409) Reported by: candlerb git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114024 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 7db8fc4a0..ee8bc47d9 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -1870,7 +1870,7 @@ int ast_rtp_early_bridge(struct ast_channel *c0, struct ast_channel *c1)
ast_channel_unlock(c1);
return 0;
}
- /* Consider empty media as non-existant */
+ /* Consider empty media as non-existent */
if (audio_src_res == AST_RTP_TRY_NATIVE && !srcp->them.sin_addr.s_addr)
srcp = NULL;
if (srcp && (srcp->nat || ast_test_flag(srcp, FLAG_NAT_ACTIVE)))