summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-02-19 00:14:58 +0000
committerJames Golovich <james@gnuinter.net>2004-02-19 00:14:58 +0000
commit43e312bd620a949d1d6ad9ed724587ee92b812c0 (patch)
tree62e209f499bcb16c6fd45fa24435c797154d14a2 /channels/chan_sip.c
parentfb96473eb042931538a404d412fc89940c3f32e6 (diff)
Fix spelling typo in chan_sip.c (bug #1059)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index cb793a514..5be975366 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5276,7 +5276,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
return -1;
} else {
p->jointcapability = p->capability;
- ast_log(LOG_DEBUG, "Hm.... No sdp for the moemnt\n");
+ ast_log(LOG_DEBUG, "Hm.... No sdp for the moment\n");
}
/* Queue NULL frame to prod ast_rtp_bridge if appropriate */
if (p->owner)