From 57c31c89ebaa151e5752a520c1c46ba5dac09976 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sun, 25 Jan 2009 20:40:44 +0000 Subject: [PATCH] Err, yeah. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@171122 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_agi.c b/res/res_agi.c index 91f15b86ed..b39a9a73fe 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