aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-25 20:40:44 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-25 20:40:44 +0000
commitca894cb6c2c289befea187ad5dcce30246ca78bc (patch)
tree411d6eb88e5f5fe043356660af0a7451f23b18c0 /res/res_agi.c
parent4a60aa360ef46cb3f7802ed453ce2db1d0b96ad6 (diff)
Err, yeah.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@171122 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 91f15b86e..b39a9a73f 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -1982,7 +1982,7 @@ static enum agi_result run_agi(struct ast_channel *chan, char *request, AGI *agi
* it allows the main thread to proceed, even without the child PID
* dying immediately (the child may be doing cleanup, etc.). Without
* this code, zombie processes accumulate for as long as child
- * processes exist (which on busy systems may be never, filling up the
+ * processes exist (which on busy systems may be always, filling up the
* process table).
*
* Note that in trunk, we don't stop interaction at the hangup event