[Asterisk-cvs] asterisk/channels chan_sip.c,1.296,1.297
citats at lists.digium.com
citats at lists.digium.com
Wed Feb 18 19:28:00 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv13932/channels
Modified Files:
chan_sip.c
Log Message:
Fix spelling typo in chan_sip.c (bug #1059)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- chan_sip.c 15 Feb 2004 06:35:22 -0000 1.296
+++ chan_sip.c 19 Feb 2004 00:14:58 -0000 1.297
@@ -5276,7 +5276,7 @@
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)
More information about the svn-commits
mailing list