diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-01 13:15:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-01 13:15:47 +0200 |
commit | a8122314f96cf8e2e0e08f9a58a3f3fde4aa60ae (patch) | |
tree | fd95e172294de2bc7d60005e7eaf411a67cece44 /runtime/queue.c | |
parent | 9757aeb56445eee3aca2b43e6b3efa1f1cb59ba3 (diff) | |
download | rsyslog-a8122314f96cf8e2e0e08f9a58a3f3fde4aa60ae.tar.gz rsyslog-a8122314f96cf8e2e0e08f9a58a3f3fde4aa60ae.tar.bz2 rsyslog-a8122314f96cf8e2e0e08f9a58a3f3fde4aa60ae.zip |
milestone: generic action parameters parsed via new config system
Diffstat (limited to 'runtime/queue.c')
-rw-r--r-- | runtime/queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.c b/runtime/queue.c index 1ceec5da..5f224e7e 100644 --- a/runtime/queue.c +++ b/runtime/queue.c @@ -2505,7 +2505,7 @@ finalize_it: /* take v6 config list and extract the queue params out of it. Hand the - * param values back to the caler. Caller is responsible for destructing + * param values back to the caller. Caller is responsible for destructing * them when no longer needed. Caller can use this param block to configure * all parameters for a newly created queue with one call to qqueueSetParams(). * rgerhards, 2011-07-22 |