aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 18:24:40 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 18:24:40 +0000
commit962ee3b0182076018f95d0a221f6187952b16ec1 (patch)
treec48a122a3f123b8ca2d04063e7e1e69c7659cdc1 /channels/chan_zap.c
parentb58476cddcb51ea5b80a13f5f375271104f1afa1 (diff)
Merged revisions 100624 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100624 | qwell | 2008-01-28 12:23:09 -0600 (Mon, 28 Jan 2008) | 1 line Correct a comment which made little/no sense. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100625 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 41094432a..2e23247c0 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6526,8 +6526,8 @@ static void *ss_thread(void *data)
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) {