[Asterisk-cvs] asterisk/channels chan_zap.c,1.522,1.523

kpfleming kpfleming
Wed Sep 28 16:43:45 CDT 2005


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

Modified Files:
	chan_zap.c 
Log Message:
fix comment typo


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -d -r1.522 -r1.523
--- chan_zap.c	28 Sep 2005 20:35:47 -0000	1.522
+++ chan_zap.c	28 Sep 2005 20:40:24 -0000	1.523
@@ -5074,7 +5074,7 @@
 		i->isidlecall = 0;
 		i->alreadyhungup = 0;
 #endif
-		/* clear the fake event in case we posted one before we had ast_chanenl */
+		/* clear the fake event in case we posted one before we had ast_channel */
 		i->fake_event = 0;
 		/* Assure there is no confmute on this channel */
 		zt_confmute(i, 0);




More information about the svn-commits mailing list