summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-04-10 13:45:45 +0000
committerJoshua Colp <jcolp@digium.com>2008-04-10 13:45:45 +0000
commit4a21c5dd2209c83e6a1e7d5b9e26b530de436fca (patch)
treeac73f44c0a11be36da70dccad447b0b92917b0a5 /main
parenta4e73acaf838cf958b33e2e5bb7ddb5c581d1b76 (diff)
Fix spelling of existent in a few places.
(closes issue #12409) Reported by: candlerb git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-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)))