summaryrefslogtreecommitdiffstats
path: root/doc/queues_analogy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/queues_analogy.html')
-rw-r--r--doc/queues_analogy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/queues_analogy.html b/doc/queues_analogy.html
index e82f9d15..d7533ad5 100644
--- a/doc/queues_analogy.html
+++ b/doc/queues_analogy.html
@@ -59,7 +59,7 @@ actively initiate reception of a message in the same way a TV set cannot activel
"initiate" a TV show - both can only "handle" (display or process)
what is sent to them.
<p>Now let's look at the action queues: here, the active part, the producer, is the
-Parser and Filter Engine. The passive part is the Action Processor. The latter does any
+Parser and Filter Engine. The passive part is the Action Processor. The later does any
processing that is necessary to call the output plugin, in particular it processes the template
to create the plugin calling parameters (either a string or vector of arguments). From the
action queue's point of view, Action Processor and Output form a single entity. Again, the