[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.4,1.292.2.5

citats at lists.digium.com citats at lists.digium.com
Wed Feb 18 19:29:41 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv13983/channels

Modified Files:
      Tag: v1-0_stable
	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.292.2.4
retrieving revision 1.292.2.5
diff -u -d -r1.292.2.4 -r1.292.2.5
--- chan_sip.c	15 Feb 2004 06:35:55 -0000	1.292.2.4
+++ chan_sip.c	19 Feb 2004 00:16:38 -0000	1.292.2.5
@@ -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