summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-03-08 22:08:21 +0000
committerKeith Wall <kwall@apache.org>2014-03-08 22:08:21 +0000
commit9786587beafe074b104e9eee094bffd5745d35b4 (patch)
tree7a6fd60a5eae98154584d36e3db5dd002553ae63
parentb2023145c2b88ee458429663536cbab7ddd8f3b0 (diff)
downloadqpid-python-9786587beafe074b104e9eee094bffd5745d35b4.tar.gz
NO-JIRA: [JMS Client 0-8 documentation] Correct typo
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575617 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml
index 7113831f04..3b449e8034 100644
--- a/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml
+++ b/qpid/doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml
@@ -333,7 +333,7 @@ amqp://guest:guest@clientid/?brokerlist='localhost:5671?trust_store='/path/to/ap
>Session#createTopic()</ulink> accepts either a topic name, or a Binding URL. If only name
is specified the destination will be resolved into binding URL: topic://amq.topic//&lt;topic
name&gt;?routingkey=’&lt;topic name&gt;’.</para>
- <para>Calling Session#createTopix() has no effect on the Broker.</para>
+ <para>Calling Session#createTopic() has no effect on the Broker.</para>
<para>Reiterating the advice from the JMS javadoc, it is suggested that this method is not
generally used. Instead, application should lookup Destinations declared within JNDI.</para>
</section>