summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2013-10-08 21:48:19 +0000
committerKeith Wall <kwall@apache.org>2013-10-08 21:48:19 +0000
commitaacbce5c7c092b626fc9e747d25f840b73cd1eab (patch)
treea20e3ad947270b1b86aac0bc0d914a87450e9557 /qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
parent70cc7d970ce936b680d597d026c73b14b549d8da (diff)
downloadqpid-python-aacbce5c7c092b626fc9e747d25f840b73cd1eab.tar.gz
QPID-5202: Exchange documentation - correct typos
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
index 2b6e1ec684..45d4c89e91 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
@@ -131,13 +131,13 @@
</figure>
<para>The figure above illustrates messages with properties published with routing key &quot;<literal>shipping</literal>&quot;.</para>
<para>As before, the exchange routes each message to every bound queue whose binding key matches the routing key but as a JMS selector
- argument has been specified, the expression is evalutated against each matching message. Only messages whose message header values or properties
+ argument has been specified, the expression is evaluated against each matching message. Only messages whose message header values or properties
match the expression are routed to the queue.</para>
<para>In the case illustrated, <literal>sub1</literal> has received the yellow and blue message as their property &quot;<literal>area</literal>&quot;
cause expression &quot;<literal>area in ('Forties', 'Cromarty')</literal>&quot; to evaluate true. Similarly, the yellow message has also gone to
<literal>gale_alert</literal> as its property &quot;<literal>speed</literal>&quot; causes expression &quot;<literal>speed &gt; 7 and speed &lt; 10</literal>&quot;
to evaluate true.</para>
- <para>The properties of purple message cause expressions no evaluate true, so the message is unroutable. It is handled as described in
+ <para>The properties of purple message cause no expressions to evaluate true, so the message is unroutable. It is handled as described in
<xref linkend="Java-Broker-Concepts-Exchanges-UnroutableMessage"/>.</para>
</section>
<section id="Java-Broker-Concepts-Exchanges-Types-Fanout">