aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 18:23:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 18:23:09 +0000
commit20316375eaaec68699bf84026155ba6762c53bfe (patch)
tree7b43fa44c4be5e62b14e02295350ed854169f085
parent8b1d81f4eed25b1f883d68871a9e5d4c655e888b (diff)
Correct a comment which made little/no sense.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@100624 f38db490-d61c-443f-a65b-d21fe96a405b
-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 85326799d..d5b3117d7 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5866,8 +5866,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) {