summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-03-12 10:03:08 +0000
committerKeith Wall <kwall@apache.org>2014-03-12 10:03:08 +0000
commit64eb3a8c90b2367b334a33217204714deb95fef0 (patch)
treeb9df86e5eefa72d88f5166a178e5054f9c8bd522
parent82bfb3925c481c46c36754fb4dc89eefa691cd87 (diff)
downloadqpid-python-64eb3a8c90b2367b334a33217204714deb95fef0.tar.gz
NO-JIRA: [Documentation - JMS Client 0-8..0-91] Correct typo in third SSL exacmple connection url
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576676 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 3b449e8034..9a75c16111 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
@@ -222,7 +222,7 @@ amqp://guest:guest@clientid/?brokerlist='localhost:5671?trust_store='/path/to/ac
<example>
<title>Connection URL configured for SSL - SSL client-auth</title>
<screen><![CDATA[
-amqp://guest:guest@clientid/?brokerlist='localhost:5671?trust_store='/path/to/app1_client_cert.ks'&key_store_password='secret''&ssl='true']]>
+amqp://guest:guest@clientid/?brokerlist='localhost:5671?key_store='/path/to/app1_client_cert.ks'&key_store_password='secret''&ssl='true']]>
</screen>
</example>
</listitem>