]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Err, yeah.
authorTilghman Lesher <tilghman@meg.abyt.es>
Sun, 25 Jan 2009 20:40:44 +0000 (20:40 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sun, 25 Jan 2009 20:40:44 +0000 (20:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@171122 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index 91f15b86ed1bf7a318797279dd4e4a66a4f3fce0..b39a9a73fea1426163fe33f931cc4cb43aa683cd 100644 (file)
@@ -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