[asterisk-commits] qwell: branch 1.4 r100624 - /branches/1.4/channels/chan_zap.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 28 12:23:10 CST 2008
Author: qwell
Date: Mon Jan 28 12:23:09 2008
New Revision: 100624
URL: http://svn.digium.com/view/asterisk?view=rev&rev=100624
Log:
Correct a comment which made little/no sense.
Modified:
branches/1.4/channels/chan_zap.c
Modified: branches/1.4/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_zap.c?view=diff&rev=100624&r1=100623&r2=100624
==============================================================================
--- branches/1.4/channels/chan_zap.c (original)
+++ branches/1.4/channels/chan_zap.c Mon Jan 28 12:23:09 2008
@@ -5866,8 +5866,8 @@
timeout = firstdigittimeout;
} else if (!strcmp(exten,ast_pickup_ext())) {
- /* Scan all channels and see if any there
- * ringing channqels with that have call groups
+ /* Scan all channels and see if there are any
+ * ringing channels that have call groups
* that equal this channels pickup group
*/
if (index == SUB_REAL) {
More information about the asterisk-commits
mailing list